summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 4525d50f..4ce8bfbc 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1022,6 +1022,7 @@ angular.module('zmApp.controllers')
for ( var i = 0; i< monitors.length; i++)
{
+
monitors[i].Monitor.listDisplay='show';
monitors[i].Monitor.isAlarmed = false;
monitors[i].Monitor.connKey = (Math.floor((Math.random() * 999999) + 1)).toString();