Rename logs view to debug view

This commit is contained in:
Johannes Zellner
2017-08-17 09:30:31 +02:00
committed by Girish Ramakrishnan
parent 4b41378d08
commit 82f512dc27
4 changed files with 41 additions and 11 deletions

View File

@@ -43,9 +43,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/graphs', {
controller: 'GraphsController',
templateUrl: 'views/graphs.html'
}).when('/logs', {
controller: 'LogsController',
templateUrl: 'views/logs.html'
}).when('/debug', {
controller: 'DebugController',
templateUrl: 'views/debug.html'
}).when('/certs', {
controller: 'CertsController',
templateUrl: 'views/certs.html'