mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-26 18:01:47 -05:00
AC-378 fixed broken pop-over. Using 'esc' to close now workd correctly.
This commit is contained in:
@@ -31,6 +31,7 @@ angular.module('ProjectPathHelper', ['RestServices', 'Utilities'])
|
||||
scope.base_dir = data.project_base_dir;
|
||||
master.base_dir = scope.base_dir; // Keep in master object so that it doesn't get
|
||||
// wiped out on form reset.
|
||||
console.log('base_dir: ' + scope.base_dir);
|
||||
if (opts.length == 0) {
|
||||
Alert('Missing Playbooks',
|
||||
'<p>There are no unassigned playbook directories in the base project path (' + scope.base_dir + '). ' +
|
||||
|
||||
Reference in New Issue
Block a user