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', 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.

View File

@@ -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',

View File

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