mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
track modules on system tracking page by index
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
'is-active': module.isActive,
|
||||
}"
|
||||
ng-click="setActiveModule(module.name)"
|
||||
ng-repeat="module in modules | orderBy: 'sortKey'">
|
||||
ng-repeat="module in modules | orderBy: 'sortKey' track by $index">
|
||||
{{module.displayName}}
|
||||
</button>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user