mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
AC-937 - Correct js parse error
Fixes parse error that prevented compile.sh from completing successfully.
This commit is contained in:
@@ -59,7 +59,7 @@ angular.module('StreamListDefinition', [])
|
|||||||
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user