Skip to content

Commit

Permalink
order installed patch by name
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlambert committed Feb 11, 2016
1 parent 5f2f6ff commit 07a0394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/host/view.jade
Expand Up @@ -502,7 +502,7 @@
span(ng-click="installPatch(host.id, patch.uuid)", tooltip="Click to install the patch on this host", ng-if = 'canAdmin()')
span.label.label-danger Missing
span.label.label-danger(ng-if = '!canAdmin()') Missing
tr(ng-repeat="patch in poolPatches | map | slice:(5*(currentPatchPage-1)):(5*currentPatchPage)")
tr(ng-repeat="patch in poolPatches | map | orderBy:'-name'| slice:(5*(currentPatchPage-1)):(5*currentPatchPage)")
td.oneliner {{patch.name}}
td.oneliner {{patch.description}}
//- TODO: use a proper function for patch date, like poolPatchToHostPatch
Expand Down

0 comments on commit 07a0394

Please sign in to comment.