mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Added missing btn-default class to Reset button on Credentials form.
This commit is contained in:
parent
3cca1cd651
commit
77c2449276
@ -122,6 +122,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
ngClick: 'formReset()',
|
||||
label: 'Reset',
|
||||
icon: 'icon-trash',
|
||||
'class': 'btn btn-default',
|
||||
ngDisabled: true //Disabled when $pristine
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user