1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Removed quotes around attribute

This commit is contained in:
Michael Abashian 2017-06-23 10:28:24 -04:00
parent 937c85e89e
commit e401bb8986

View File

@ -131,7 +131,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
basePath: 'credentials',
list: 'CredentialList',
search: {
"credential_type": null
credential_type: null
},
ngClick: 'lookupCredential()',
awRequiredWhen: {