1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Fixed audit items

This commit is contained in:
Ken Hoes 2016-06-22 09:53:53 -04:00
parent 705bacc32c
commit d4e0dadcf5
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 {