diff --git a/web/js/app.js b/web/js/app.js index 3dbc72a5b..7d19b37a8 100644 --- a/web/js/app.js +++ b/web/js/app.js @@ -83,6 +83,11 @@ ZoneMinder.config(function($stateProvider, $urlRouterProvider) { templateUrl: '/views/monitor.detail.misc.html' }) + .state('host', { + url: '/host', + templateUrl: '/views/host.html' + }) + /////////////////////////// // Zones - Edit and List // /////////////////////////// diff --git a/web/views/header.html b/web/views/header.html index be29f04f9..c90760edf 100644 --- a/web/views/header.html +++ b/web/views/header.html @@ -19,7 +19,7 @@
  • Options
  • Logs
  • Devices
  • -
  • Host
  • +
  • Host