mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -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
|
// Set default color and label for Save and Reset
|
||||||
if (btn === 'save') {
|
if (btn === 'save') {
|
||||||
button.label = 'Save';
|
button.label = 'Save';
|
||||||
button['class'] = 'btn-success';
|
button['class'] = 'btn-primary';
|
||||||
}
|
}
|
||||||
if (btn === 'reset') {
|
if (btn === 'reset') {
|
||||||
button.label = 'Reset';
|
button.label = 'Reset';
|
||||||
|
|||||||
Reference in New Issue
Block a user