From a3e25c85ee588304ce1f908bfa1d85b37bf11fe3 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 27 Apr 2020 10:21:37 -0400 Subject: add object filter to montage (thought it was there before?), also show latest eid --- www/js/MontageCtrl.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/js/MontageCtrl.js') 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'; -- cgit v1.2.3