mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Added missing btn-default class to Reset button on Credentials form.
This commit is contained in:
@@ -122,6 +122,7 @@ angular.module('CredentialFormDefinition', [])
|
|||||||
ngClick: 'formReset()',
|
ngClick: 'formReset()',
|
||||||
label: 'Reset',
|
label: 'Reset',
|
||||||
icon: 'icon-trash',
|
icon: 'icon-trash',
|
||||||
|
'class': 'btn btn-default',
|
||||||
ngDisabled: true //Disabled when $pristine
|
ngDisabled: true //Disabled when $pristine
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user