PR feedback

This commit is contained in:
Ken Hoes
2016-06-01 08:29:49 -04:00
parent ec065e0d97
commit 85ead1435f

View File

@@ -68,7 +68,6 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
}, },
missing_path_alert: { missing_path_alert: {
type: 'alertblock', type: 'alertblock',
//"class": 'alert-info',
ngShow: "showMissingPlaybooksAlert && scm_type.value == 'manual'", ngShow: "showMissingPlaybooksAlert && scm_type.value == 'manual'",
alertTxt: '<p class=\"text-justify\"><strong>WARNING:</strong> There are no available playbook directories in {{ base_dir }}. ' + alertTxt: '<p class=\"text-justify\"><strong>WARNING:</strong> 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. ' + 'Either that directory is empty, or all of the contents are already assigned to other projects. ' +
@@ -87,7 +86,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
'<p>Use PROJECTS_ROOT in your environment settings file to determine the base path value.</p>', '<p>Use PROJECTS_ROOT in your environment settings file to determine the base path value.</p>',
dataTitle: 'Project Base Path', dataTitle: 'Project Base Path',
dataContainer: 'body', dataContainer: 'body',
dataPlacement: 'right', dataPlacement: 'right'
}, },
local_path: { local_path: {
label: 'Playbook Directory', label: 'Playbook Directory',
@@ -120,7 +119,7 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
awPopOver: "set in controllers/projects", awPopOver: "set in controllers/projects",
dataTitle: 'SCM URL', dataTitle: 'SCM URL',
dataContainer: 'body', dataContainer: 'body',
dataPlacement: 'right', dataPlacement: 'right'
}, },
scm_branch: { scm_branch: {
labelBind: "scmBranchLabel", labelBind: "scmBranchLabel",