Give services panel a separate top-level view

This commit is contained in:
Johannes Zellner
2020-09-28 15:16:02 +02:00
parent 72118a0b66
commit c87f3a8cb4
6 changed files with 295 additions and 269 deletions

View File

@@ -99,6 +99,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/system', {
controller: 'SystemController',
templateUrl: 'views/system.html?<%= revision %>'
}).when('/services', {
controller: 'ServicesController',
templateUrl: 'views/services.html?<%= revision %>'
}).otherwise({ redirectTo: '/'});
}]);