mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
AC-279 tweak to project content not available dialog
This commit is contained in:
parent
1965a49b57
commit
fba932e283
@ -36,7 +36,8 @@ angular.module('ProjectPathHelper', ['RestServices', 'Utilities'])
|
||||
'<p>There are no unassigned playbook directories in the base project path (' + scope.base_dir + '). ' +
|
||||
'Either the project directory is empty, or all of the contents are already assigned to other AWX projects.</p>' +
|
||||
'<p>To fix this, log into the AWX server and check out another playbook project from your SCM repository into ' +
|
||||
scope.base_dir + '.</p>', 'alert-info');
|
||||
scope.base_dir + '. After checking out the project, run "chown -R awx" on the content directory to ' +
|
||||
'ensure awx can read the playbooks.</p>', 'alert-info');
|
||||
}
|
||||
})
|
||||
.error( function(data, status, headers, config) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user