mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
parent
cfe450b7be
commit
e0a00a8705
@ -399,6 +399,15 @@ export default
|
||||
});
|
||||
|
||||
// setup verbosity options lookup
|
||||
function sync_verbosity_select2() {
|
||||
CreateSelect2({
|
||||
element:'#job_templates_verbosity',
|
||||
multiple: false
|
||||
});
|
||||
}
|
||||
$scope.$watch('verbosity', sync_verbosity_select2);
|
||||
sync_verbosity_select2();
|
||||
|
||||
GetChoices({
|
||||
scope: $scope,
|
||||
url: defaultUrl,
|
||||
@ -460,11 +469,6 @@ export default
|
||||
Wait("stop");
|
||||
});
|
||||
});
|
||||
|
||||
CreateSelect2({
|
||||
element:'#job_templates_verbosity',
|
||||
multiple: false
|
||||
});
|
||||
})
|
||||
.error(function (data, status) {
|
||||
ProcessErrors($scope, data, status, form, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user