mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Project base path now displayed on Project detail page. Project path (the subdir under base path) is now selected from a drop-down. Using /api/v1/config to determine base path and drop-down values. Added help text pop-overs that should eliminate confussion around how to setup project directory structure.
This commit is contained in:
@@ -54,7 +54,8 @@ angular.module('ansible', [
|
||||
'HostsHelper',
|
||||
'ParseHelper',
|
||||
'ChildrenHelper',
|
||||
'EventsHelper'
|
||||
'EventsHelper',
|
||||
'ProjectPathHelper'
|
||||
])
|
||||
.config(['$routeProvider', function($routeProvider) {
|
||||
$routeProvider.
|
||||
|
||||
Reference in New Issue
Block a user