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:
chouseknecht
2013-06-21 13:36:31 -04:00
parent d5705ffdd0
commit 5495709a61
6 changed files with 80 additions and 13 deletions

View File

@@ -54,7 +54,8 @@ angular.module('ansible', [
'HostsHelper',
'ParseHelper',
'ChildrenHelper',
'EventsHelper'
'EventsHelper',
'ProjectPathHelper'
])
.config(['$routeProvider', function($routeProvider) {
$routeProvider.