From 29b1c060760d77cc2b49829f615e1442698f2980 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sat, 6 Jun 2015 18:14:07 -0400 Subject: added a full screen option for montage view too - no status bars and sliders --- www/js/MonitorCtrl.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js/MonitorCtrl.js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 63d27ea2..a8d8771e 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -7,6 +7,10 @@ angular.module('zmApp.controllers').controller('zmApp.MonitorCtrl', ['$ionicPopup', '$scope', 'ZMDataModel', 'message', '$ionicSideMenuDelegate', '$ionicLoading', '$ionicModal', '$state', '$http', function ($ionicPopup, $scope, ZMDataModel, message, $ionicSideMenuDelegate, $ionicLoading, $ionicModal, $state, $http, $rootScope, $timeout) { + + //FIXME:curl http://server/zm/api/monitors/daemonStatus/id:5/daemon:zmc.json to check if daemon is alive + // but reutrns true for pending + $scope.monitors = []; -- cgit v1.2.3