diff --git a/web/js/app.js b/web/js/app.js index 7d19b37a8..fd23a7ce5 100644 --- a/web/js/app.js +++ b/web/js/app.js @@ -88,6 +88,11 @@ ZoneMinder.config(function($stateProvider, $urlRouterProvider) { templateUrl: '/views/host.html' }) + .state('log', { + url: '/log', + templateUrl: '/views/log.html' + }) + /////////////////////////// // Zones - Edit and List // /////////////////////////// diff --git a/web/views/header.html b/web/views/header.html index c90760edf..6023f719e 100644 --- a/web/views/header.html +++ b/web/views/header.html @@ -17,7 +17,7 @@
{{ log.Log.Line }} |