summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-06 20:29:22 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-06 20:29:22 -0400
commitc499df457c458155f57e0e5a4f9ec707bd645aff (patch)
tree0a69588ed64d81b9c4b22222a78f3b9d34d6f0a2 /www/js
parente0a2f98b0a8f9b861a1d97696aa24e38fa24457e (diff)
updated daemonStatus to point to recording servers but commented for now as apis are not authenticated
Former-commit-id: a5f99e29610917ad42ff7a3357316df44737e609
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MonitorCtrl.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 03f6d082..6e6282ed 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -388,6 +388,14 @@ angular.module('zmApp.controllers')
$scope.monitors[j].Monitor.color = zm.monitorCheckingColor;
$scope.monitors[j].Monitor.char = "ion-checkmark-circled";
apiMonCheck = loginData.apiurl + "/monitors/daemonStatus/id:" + $scope.monitors[j].Monitor.Id + "/daemon:zmc.json";
+
+
+ //apiMonCheck = apiMonCheck.replace(loginData.url, $scope.monitors[j].Monitor.baseURL);
+
+
+ // in multiserver replace apiurl with baseurl
+
+
ZMDataModel.zmDebug("MonitorCtrl:monitorStateCheck: " + apiMonCheck);
//console.log("**** ZMC CHECK " + apiMonCheck);
$http.get(apiMonCheck)