mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
@@ -399,6 +399,15 @@ export default
|
|||||||
});
|
});
|
||||||
|
|
||||||
// setup verbosity options lookup
|
// 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({
|
GetChoices({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
url: defaultUrl,
|
url: defaultUrl,
|
||||||
@@ -460,11 +469,6 @@ export default
|
|||||||
Wait("stop");
|
Wait("stop");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
CreateSelect2({
|
|
||||||
element:'#job_templates_verbosity',
|
|
||||||
multiple: false
|
|
||||||
});
|
|
||||||
})
|
})
|
||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
ProcessErrors($scope, data, status, form, {
|
ProcessErrors($scope, data, status, form, {
|
||||||
|
|||||||
Reference in New Issue
Block a user