Convert timeline to bars rather than icons.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:21 -07:00
parent f2c9888ce9
commit 343d7ead3a
7 changed files with 291 additions and 134 deletions
+3 -1
View File
@@ -101,7 +101,9 @@ export class BrowseMediaUtil {
params.clientId,
'event-search',
params.mediaType,
'', // Name/Title to render (not necessary here)
// If the name field ends in '.all' the integration will return up to 10K events.
params.unlimited ? '.all' : '',
params.after ? String(Math.floor(params.after)) : '',
params.before ? String(Math.ceil(params.before)) : '',
params.cameraName,