mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Playbook select list finally works on edit. Woot\!
This commit is contained in:
@@ -35,7 +35,7 @@ angular.module('OrganizationFormDefinition', [])
|
||||
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
|
||||
},
|
||||
@@ -43,7 +43,6 @@ angular.module('OrganizationFormDefinition', [])
|
||||
ngClick: 'formReset()',
|
||||
label: 'Reset',
|
||||
icon: 'icon-remove',
|
||||
class: 'btn',
|
||||
ngDisabled: true //Disabled when $pristine
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user