Order VM/interfaces by #

This commit is contained in:
Fabrice Marsaud
2015-03-26 13:33:04 +01:00
parent e66e11d9e8
commit ec73dca5c4

View File

@@ -406,7 +406,7 @@
th MTU
th Network
th Link status
tr(ng-repeat="VIF in VM.VIFs | resolve | orderBy:natural('name_label') track by VIF.UUID")
tr(ng-repeat="VIF in VM.VIFs | resolve | orderBy:natural('device') track by VIF.UUID")
td VIF \#{{VIF.device}}
td
| {{VIF.MAC}}