mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Playbook select list finally works on edit. Woot\!
This commit is contained in:
@@ -44,7 +44,7 @@ angular.module('TeamFormDefinition', [])
|
||||
save: {
|
||||
label: 'Save',
|
||||
icon: 'icon-ok',
|
||||
class: 'btn btn-success',
|
||||
class: 'btn-success',
|
||||
ngClick: 'formSave()', //$scope.function to call on click, optional
|
||||
ngDisabled: true //Disable when $pristine or $invalid, optional
|
||||
},
|
||||
@@ -52,7 +52,6 @@ angular.module('TeamFormDefinition', [])
|
||||
ngClick: 'formReset()',
|
||||
label: 'Reset',
|
||||
icon: 'icon-remove',
|
||||
class: 'btn',
|
||||
ngDisabled: true //Disabled when $pristine
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user