diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-27 10:21:37 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-27 10:21:37 -0400 |
| commit | a3e25c85ee588304ce1f908bfa1d85b37bf11fe3 (patch) | |
| tree | 6413ecea2c11fe4c454626c1fb50ab99eb0607ca /www/js | |
| parent | 12d26ab533c652114008b18d97943dd476b66659 (diff) | |
add object filter to montage (thought it was there before?), also show latest eid
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index f8544f19..0cea06a2 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -587,6 +587,9 @@ angular.module('zmApp.controllers') } apiurl += "/"+encodeURIComponent("AlarmFrames >=:") + (ld.enableAlarmCount ? ld.minAlarmCount : 0); + if (ld.objectDetectionFilter) { + apiurl +='/'+encodeURIComponent('Notes REGEXP:detected:'); + } /*if ( !(monitor.Monitor.Id in ld.lastEventCheckTimes)) { apiurl+= '/1 month'; |
