1
0
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:
kensible 2016-06-22 14:39:48 -04:00 committed by GitHub
commit 4ddaf4568b
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -206,7 +206,7 @@ export default
job_tags: {
label: 'Job Tags',
type: 'textarea',
rows: 1,
rows: 5,
addRequired: false,
editRequired: false,
'elementClass': 'Form-textInput',

View File

@ -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 {