mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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()',
|
||||
label: 'Reset',
|
||||
icon: 'icon-trash',
|
||||
'class': 'btn btn-default',
|
||||
ngDisabled: true //Disabled when $pristine
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user