diff options
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 41cb3118..8bd6e283 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -184,6 +184,7 @@ angular.module('zmApp.controllers') 'momentGridSize': 40, 'momentMonitorFilter': [], 'enableMomentSubMenu': true, + 'momentShowIcons':false, 'momentArrangeBy': 'StartTime', 'showLiveForInProgressEvents': true, 'disableSimulStreaming': false, @@ -1352,6 +1353,13 @@ angular.module('zmApp.controllers') } + if (typeof loginData.momentShowIcons == 'undefined') { + + loginData.momentShowIcons = true; + + } + + if (typeof loginData.momentMonitorFilter == 'undefined') { loginData.momentMonitorFilter = JSON.stringify([]); |
