mirror of
https://github.com/ansible/awx.git
synced 2026-04-19 00:40:18 -02: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