mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
track modules on system tracking page by index
This commit is contained in:
parent
589834be44
commit
7793850f9e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user