mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
Fix sorting by column in agents tab
This commit is contained in:
parent
9e0f998d66
commit
44fe1eec2d
@ -98,7 +98,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<md-list ng-repeat='agent in agents.items' class="agents-preview-table">
|
||||
<md-list ng-repeat='agent in agents.items | orderBy : agents.sortValue : agents.sortDir' class="agents-preview-table">
|
||||
<md-list-item>
|
||||
<span flex="5" ng-click="applyAgent(agent)">{{agent.id}}</span>
|
||||
<span flex="25" ng-click="applyAgent(agent)">{{agent.name}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user