mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
fixed spacing of help text on missing playbooks alert
This commit is contained in:
@@ -93,8 +93,8 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
|||||||
type: 'alertblock',
|
type: 'alertblock',
|
||||||
"class": 'alert-info',
|
"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. ' +
|
||||||
'Create a new directory there and make sure the playbook files can be read by the "awx" system user, ' +
|
'Create a new directory there and make sure the playbook files can be read by the "awx" system user, ' +
|
||||||
'or have Tower directly retrieve your playbooks from source control using the SCM Type option above.</p>',
|
'or have Tower directly retrieve your playbooks from source control using the SCM Type option above.</p>',
|
||||||
closeable: false
|
closeable: false
|
||||||
|
|||||||
Reference in New Issue
Block a user