mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Changed source default verbosity from 0 to 1
This commit is contained in:
@@ -219,7 +219,7 @@ export default ['$state', '$stateParams', '$scope', 'SourcesFormDefinition',
|
|||||||
multiple: false
|
multiple: false
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.verbosity = $scope.verbosity_options[0];
|
$scope.verbosity = $scope.verbosity_options[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
function initSources(){
|
function initSources(){
|
||||||
|
|||||||
@@ -264,7 +264,6 @@ return {
|
|||||||
type: 'select',
|
type: 'select',
|
||||||
ngOptions: 'v.label for v in verbosity_options track by v.value',
|
ngOptions: 'v.label for v in verbosity_options track by v.value',
|
||||||
ngShow: "source && (source.value !== '' && source.value !== null)",
|
ngShow: "source && (source.value !== '' && source.value !== null)",
|
||||||
"default": 0,
|
|
||||||
disableChooseOption: true,
|
disableChooseOption: true,
|
||||||
column: 1,
|
column: 1,
|
||||||
awPopOver: "<p>" + i18n._("Control the level of output ansible will produce for inventory source update jobs.") + "</p>",
|
awPopOver: "<p>" + i18n._("Control the level of output ansible will produce for inventory source update jobs.") + "</p>",
|
||||||
|
|||||||
Reference in New Issue
Block a user