From d4e0dadcf5956128d9ce97f39fb739984492117a Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Wed, 22 Jun 2016 09:53:53 -0400 Subject: [PATCH] Fixed audit items --- awx/ui/client/src/controllers/Projects.js | 6 ++++++ awx/ui/client/src/forms/JobTemplates.js | 2 +- awx/ui/client/src/license/license.block.less | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/controllers/Projects.js b/awx/ui/client/src/controllers/Projects.js index 589ff87d4a..18b73bf80f 100644 --- a/awx/ui/client/src/controllers/Projects.js +++ b/awx/ui/client/src/controllers/Projects.js @@ -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. diff --git a/awx/ui/client/src/forms/JobTemplates.js b/awx/ui/client/src/forms/JobTemplates.js index 78547e2328..090f54f2a1 100644 --- a/awx/ui/client/src/forms/JobTemplates.js +++ b/awx/ui/client/src/forms/JobTemplates.js @@ -206,7 +206,7 @@ export default job_tags: { label: 'Job Tags', type: 'textarea', - rows: 1, + rows: 5, addRequired: false, editRequired: false, 'elementClass': 'Form-textInput', diff --git a/awx/ui/client/src/license/license.block.less b/awx/ui/client/src/license/license.block.less index 90a8eb88af..b2d2938e9e 100644 --- a/awx/ui/client/src/license/license.block.less +++ b/awx/ui/client/src/license/license.block.less @@ -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 {