diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 20:21:10 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 20:21:10 -0400 |
| commit | 5013b49627222ee32aaa64e522680d92dd8bfd8a (patch) | |
| tree | 07a4e1e73417b7d2cbf5037e6363993d66dc47fd /www/js/MontageCtrl.js | |
| parent | 2eadfcf83d4d336c4cc794ca047516d96a62e3f7 (diff) | |
#806 move buttons to left
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 1a0fcffa..3871d42c 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -2272,6 +2272,13 @@ angular.module('zmApp.controllers') }); + $scope.clearAllEvents = function () { + + for (var i = 0; i < $scope.MontageMonitors.length; i++) { + $scope.eventButtonClicked ($scope.MontageMonitors[i], false); + } + + }; $scope.eventButtonClicked = function (monitor, showEvents) { var ld = NVR.getLogin(); mid = monitor.Monitor.Id; |
