mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #235 from tgerla/fix-wordy-message
tweak the 'unassigned project directories' wording
This commit is contained in:
commit
b6a567581a
@ -93,12 +93,10 @@ 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 unassigned playbook directories in the base ' +
|
alertTxt: '<p class=\"text-justify\"><strong>WARNING:</strong> There are no available playbook directories in {{ base_dir }}.' +
|
||||||
'project path {{ base_dir }}. Either the projects directory is empty, or all of the contents are already assigned to ' +
|
'Either that directory is empty, or all of the contents are already assigned to other projects.' +
|
||||||
'other projects. New projects can be checked out from source control by ' +
|
'Create a new directory there and make sure the playbook files can be read by the "awx" system user, ' +
|
||||||
'changing the SCM type option rather than specifying checkout paths manually. To continue with manual setup, log into ' +
|
'or have Tower directly retrieve your playbooks from source control using the SCM Type option above.</p>',
|
||||||
'the Tower host and ensure content is present in a subdirectory under {{ base_dir }}. Run "chown -R awx" on the content ' +
|
|
||||||
'directory to ensure Tower can read the playbooks.</p>',
|
|
||||||
closeable: false
|
closeable: false
|
||||||
},
|
},
|
||||||
base_dir: {
|
base_dir: {
|
||||||
|
Loading…
Reference in New Issue
Block a user