mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1406: Add user filtering on settings tab.
This commit is contained in:
@@ -150,7 +150,7 @@ angular.module('index').config(['$routeProvider', '$locationProvider',
|
||||
})
|
||||
|
||||
// User editor
|
||||
.when('/manage/:dataSource/users/:id', {
|
||||
.when('/manage/:dataSource/users/:id?', {
|
||||
title : 'APP.NAME',
|
||||
bodyClassName : 'manage',
|
||||
templateUrl : 'app/manage/templates/manageUser.html',
|
||||
|
Reference in New Issue
Block a user