mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Latest UI changes
This commit is contained in:
@@ -33,6 +33,9 @@ angular.module('ansible', [
|
||||
'HostHelper',
|
||||
'GroupFormDefinition',
|
||||
'GroupListDefinition',
|
||||
'TeamsListDefinition',
|
||||
'TeamFormDefinition',
|
||||
'TeamHelper'
|
||||
])
|
||||
.config(['$routeProvider', function($routeProvider) {
|
||||
$routeProvider.
|
||||
@@ -60,7 +63,7 @@ angular.module('ansible', [
|
||||
when('/inventories/:id/groups/add', { templateUrl: 'partials/inventories.html',
|
||||
controller: GroupsAdd }).
|
||||
|
||||
when('/inventories/:inventory_id/groups/:id', { templateUrl: 'partials/inventories.html',
|
||||
when('/inventories/:inventory_id/groups/:id', { templateUrl: 'partials/inventories.html',
|
||||
controller: GroupsEdit }).
|
||||
|
||||
when('/organizations', { templateUrl: 'partials/organizations.html',
|
||||
@@ -83,6 +86,15 @@ angular.module('ansible', [
|
||||
|
||||
when('/organizations/:organization_id/users/:id', { templateUrl: 'partials/users.html',
|
||||
controller: UsersEdit }).
|
||||
|
||||
when('/teams', { templateUrl: 'partials/teams.html',
|
||||
controller: TeamsList }).
|
||||
|
||||
when('/teams/add', { templateUrl: 'partials/teams.html',
|
||||
controller: TeamsAdd }).
|
||||
|
||||
when('/teams/:id', { templateUrl: 'partials/teams.html',
|
||||
controller: TeamsEdit }).
|
||||
|
||||
when('/users', { templateUrl: 'partials/users.html',
|
||||
controller: UsersList }).
|
||||
|
||||
Reference in New Issue
Block a user