From 7faace32b92cabea0ce33bb1867df177bf559159 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 25 Nov 2014 15:21:30 +0000 Subject: [PATCH] Initial commit of empty HostController --- web/skins/bootstrap/js/controllers.js | 4 ++++ web/skins/bootstrap/views/host.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/skins/bootstrap/js/controllers.js b/web/skins/bootstrap/js/controllers.js index baa72e736..a7f1968e4 100644 --- a/web/skins/bootstrap/js/controllers.js +++ b/web/skins/bootstrap/js/controllers.js @@ -103,3 +103,7 @@ ZoneMinder.controller('ConfigController', function($scope, $http, Config) { } }); + +ZoneMinder.controller('HostController', function($scope, Footer) { + +}); diff --git a/web/skins/bootstrap/views/host.php b/web/skins/bootstrap/views/host.php index a0c2d66e9..df3e12cec 100644 --- a/web/skins/bootstrap/views/host.php +++ b/web/skins/bootstrap/views/host.php @@ -6,7 +6,7 @@ xhtmlHeaders( __FILE__, 'Host' ); -
+