diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-06 18:14:07 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-06 18:14:07 -0400 |
| commit | 29b1c060760d77cc2b49829f615e1442698f2980 (patch) | |
| tree | c62ac4300262c2f278ac481f2b250e4f03eeca65 /www/js/MonitorCtrl.js | |
| parent | 41411b6201fa5e6ca0f78bb78073bbf525d4b573 (diff) | |
added a full screen option for montage view too - no status bars and sliders
Diffstat (limited to 'www/js/MonitorCtrl.js')
| -rw-r--r-- | www/js/MonitorCtrl.js | 4 |
1 files changed, 4 insertions, 0 deletions
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 = []; |
