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