mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Latest UI changes
This commit is contained in:
@@ -98,7 +98,7 @@ function CredentialsList ($scope, $rootScope, $location, $log, $routeParams, Res
|
||||
if (scope.selected.length > 0 ) {
|
||||
var credential = null;
|
||||
for (var i=0; i < scope.selected.length; i++) {
|
||||
for (var j=0; j < scope.Credentials.length; j++) {
|
||||
for (var j=0; j < scope.credentials.length; j++) {
|
||||
if (scope.credentials[j].id == scope.selected[i]) {
|
||||
credential = scope.credentials[j];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user