mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-919: Fix filtering of project properties in web pages.
This commit is contained in:
@@ -31,17 +31,17 @@ angular.module('index').config(['$routeProvider', '$locationProvider',
|
||||
|
||||
$routeProvider.
|
||||
when('/', {
|
||||
title: 'index.title',
|
||||
title: 'application.title',
|
||||
templateUrl: 'app/home/templates/home.html',
|
||||
controller: 'homeController'
|
||||
}).
|
||||
when('/manage/', {
|
||||
title: 'index.title',
|
||||
title: 'application.title',
|
||||
templateUrl: 'app/manage/templates/manage.html',
|
||||
controller: 'manageController'
|
||||
}).
|
||||
when('/login/', {
|
||||
title: 'index.title',
|
||||
title: 'application.title',
|
||||
templateUrl: 'app/login/templates/login.html',
|
||||
controller: 'loginController'
|
||||
}).
|
||||
|
Reference in New Issue
Block a user