Add initial logs view

This commit is contained in:
Johannes Zellner
2017-08-07 13:50:45 +02:00
parent 800468fbe6
commit 125b416463
3 changed files with 61 additions and 0 deletions

View File

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