mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
changed save button to blue
This commit is contained in:
@@ -1281,7 +1281,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
|
||||
// Set default color and label for Save and Reset
|
||||
if (btn === 'save') {
|
||||
button.label = 'Save';
|
||||
button['class'] = 'btn-success';
|
||||
button['class'] = 'btn-primary';
|
||||
}
|
||||
if (btn === 'reset') {
|
||||
button.label = 'Reset';
|
||||
|
||||
Reference in New Issue
Block a user