mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-5: Implement management of sharing profiles.
This commit is contained in:
@@ -137,6 +137,15 @@ angular.module('index').config(['$routeProvider', '$locationProvider',
|
||||
resolve : { updateCurrentToken: updateCurrentToken }
|
||||
})
|
||||
|
||||
// Sharing profile editor
|
||||
.when('/manage/:dataSource/sharingProfiles/:id?', {
|
||||
title : 'APP.NAME',
|
||||
bodyClassName : 'manage',
|
||||
templateUrl : 'app/manage/templates/manageSharingProfile.html',
|
||||
controller : 'manageSharingProfileController',
|
||||
resolve : { updateCurrentToken: updateCurrentToken }
|
||||
})
|
||||
|
||||
// Connection group editor
|
||||
.when('/manage/:dataSource/connectionGroups/:id?', {
|
||||
title : 'APP.NAME',
|
||||
|
Reference in New Issue
Block a user