mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Fixed audit items
This commit is contained in:
@@ -711,6 +711,12 @@ export function ProjectsEdit($scope, $rootScope, $compile, $location, $log,
|
|||||||
element: '#project_scm_type',
|
element: '#project_scm_type',
|
||||||
multiple: false
|
multiple: false
|
||||||
});
|
});
|
||||||
|
|
||||||
|
CreateSelect2({
|
||||||
|
element: '#local-path-select',
|
||||||
|
multiple: false
|
||||||
|
});
|
||||||
|
|
||||||
$scope.scmBranchLabel = ($scope.scm_type.value === 'svn') ? 'Revision #' : 'SCM Branch';
|
$scope.scmBranchLabel = ($scope.scm_type.value === 'svn') ? 'Revision #' : 'SCM Branch';
|
||||||
|
|
||||||
// Initialize related search functions. Doing it here to make sure relatedSets object is populated.
|
// Initialize related search functions. Doing it here to make sure relatedSets object is populated.
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ export default
|
|||||||
job_tags: {
|
job_tags: {
|
||||||
label: 'Job Tags',
|
label: 'Job Tags',
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
rows: 1,
|
rows: 5,
|
||||||
addRequired: false,
|
addRequired: false,
|
||||||
editRequired: false,
|
editRequired: false,
|
||||||
'elementClass': 'Form-textInput',
|
'elementClass': 'Form-textInput',
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
.License-subTitleText {
|
.License-subTitleText {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin: 20px 0px 5px 0px;
|
margin: 20px 0px 15px 0px;
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
}
|
}
|
||||||
.License-helperText {
|
.License-helperText {
|
||||||
|
|||||||
Reference in New Issue
Block a user