mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
Removed quotes around attribute
This commit is contained in:
@@ -131,7 +131,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
|
|||||||
basePath: 'credentials',
|
basePath: 'credentials',
|
||||||
list: 'CredentialList',
|
list: 'CredentialList',
|
||||||
search: {
|
search: {
|
||||||
"credential_type": null
|
credential_type: null
|
||||||
},
|
},
|
||||||
ngClick: 'lookupCredential()',
|
ngClick: 'lookupCredential()',
|
||||||
awRequiredWhen: {
|
awRequiredWhen: {
|
||||||
|
|||||||
Reference in New Issue
Block a user