Add a route to monitor

This commit is contained in:
Kyle Johnson 2015-02-11 19:40:42 -05:00
parent 9cbaa7ed8b
commit 9ce1f4c159
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ ZoneMinder.config(function($stateProvider, $urlRouterProvider) {
url: '/',
templateUrl: '/views/console.html'
})
.state('monitor', {
url: '/monitor',
templateUrl: '/views/monitor.html'
})
.state('events', {
url: '/events',
templateUrl: '/views/events.html'