mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
AC-937 - Correct js parse error
Fixes parse error that prevented compile.sh from completing successfully.
This commit is contained in:
parent
06abf29d50
commit
69b0513871
@ -56,10 +56,10 @@ angular.module('StreamListDefinition', [])
|
|||||||
// dropdown
|
// dropdown
|
||||||
all_objects: {
|
all_objects: {
|
||||||
label: 'All',
|
label: 'All',
|
||||||
searchOnly: true,
|
searchOnly: true,
|
||||||
searchObject: 'all',
|
searchObject: 'all',
|
||||||
searchPlaceholder: 'All resources',
|
searchPlaceholder: 'All resources',
|
||||||
searchWidget: 2,
|
searchWidget: 2
|
||||||
},
|
},
|
||||||
credential_search: {
|
credential_search: {
|
||||||
label: 'Credential',
|
label: 'Credential',
|
||||||
@ -227,4 +227,4 @@ angular.module('StreamListDefinition', [])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user