提交 1ce36026 编写于 作者: N Nicolas Hennion

Merge pull request #569 from notFloran/web-ui-fix-order-by

[Web UI] Fix order of network interfaces
......@@ -3,7 +3,7 @@
<div class="table-cell">Rx/s</div>
<div class="table-cell">Tx/s</div>
</div>
<div class="table-row" ng-repeat="network in result['network'] | orderBy: network.interface_name">
<div class="table-row" ng-repeat="network in result['network'] | orderBy: 'interface_name'">
<div class="table-cell text-left">{{network.interface_name | min_size}}</div>
<div class="table-cell" ng-if="show.network_by_bytes">{{network.rx | bytes}}</div>
<div class="table-cell" ng-if="show.network_by_bytes">{{network.tx | bytes}}</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册