Add br after USE ONVIF events

pull/4707/merge
Isaac Connor 2026-03-15 17:25:08 -04:00
parent 4356a6dea8
commit 2ac16e835f
1 changed files with 1 additions and 2 deletions

View File

@ -240,11 +240,10 @@ function processRows(rows) {
functionHtml += 'Analysing: ' + row.Analysing + '<br/>';
}
if (row.ONVIF_Event_Listener) {
functionHtml += ' Use ONVIF Events';
functionHtml += ' Use ONVIF Events<br/>';
}
if (row.Recording && row.Recording != 'None') {
functionHtml += 'Recording: ' + row.Recording + '<br/>';
functionHtml += '<br/>';
}
functionHtml += '<br/><div class="small text-nowrap text-muted">';