diff --git a/awx/ui/client/src/forms/Projects.js b/awx/ui/client/src/forms/Projects.js index 41f2834f9b..24f666c0d5 100644 --- a/awx/ui/client/src/forms/Projects.js +++ b/awx/ui/client/src/forms/Projects.js @@ -68,7 +68,6 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) }, missing_path_alert: { type: 'alertblock', - //"class": 'alert-info', ngShow: "showMissingPlaybooksAlert && scm_type.value == 'manual'", alertTxt: '
WARNING: There are no available playbook directories in {{ base_dir }}. ' + 'Either that directory is empty, or all of the contents are already assigned to other projects. ' + @@ -87,7 +86,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) '
Use PROJECTS_ROOT in your environment settings file to determine the base path value.
', dataTitle: 'Project Base Path', dataContainer: 'body', - dataPlacement: 'right', + dataPlacement: 'right' }, local_path: { label: 'Playbook Directory', @@ -120,7 +119,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) awPopOver: "set in controllers/projects", dataTitle: 'SCM URL', dataContainer: 'body', - dataPlacement: 'right', + dataPlacement: 'right' }, scm_branch: { labelBind: "scmBranchLabel",