Skip to content

Commit

Permalink
add sort as per rackn#357
Browse files Browse the repository at this point in the history
  • Loading branch information
zehicle committed Feb 24, 2017
1 parent 366f1f9 commit a05d837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/provisioner_machines.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
provisioner machines view
-->
<div>
<md-card ng-repeat="machine in _provisioner.machines" flex="100">
<md-card ng-repeat="machine in _provisioner.machines | orderBy:Name " flex="100">

<md-toolbar md-theme="status_{{states[nodeMap[machine.Uuid].state]}}" ng-click="expand[machine.Uuid]=!expand[machine.Uuid]" md-ink-ripple>
<div class="md-toolbar-tools" display="row">
Expand All @@ -17,7 +17,7 @@
<h2 flex>
&nbsp;
<span>
{{machine.Name}}
{{machine.Name}} [{{_deployments[nodeMap[machine.Uuid].deployment_id].name}}]
<md-tooltip>
{{machine.Uuid}}
</md-tooltip>
Expand Down

0 comments on commit a05d837

Please sign in to comment.