Merge pull request #46 from cubedro/develop

Fixed node name default sorting
This commit is contained in:
Marian OANCΞA 2015-04-06 07:08:28 +03:00
commit fa9b45af27

View File

@ -106,7 +106,7 @@ block content
thead thead
tr.text-info tr.text-info
th th
i.icon-node(data-toggle="tooltip", data-placement="top", title="Node name", ng-click="orderTable('-info.name', false)") i.icon-node(data-toggle="tooltip", data-placement="top", title="Node name", ng-click="orderTable('info.name', false)")
th.th-nodename th.th-nodename
i.icon-laptop(data-toggle="tooltip", data-placement="top", title="Node type", ng-click="orderTable('info.node', false)") i.icon-laptop(data-toggle="tooltip", data-placement="top", title="Node type", ng-click="orderTable('info.node', false)")
th.th-latency th.th-latency