Merge branch 'ZoneMinder:master' into patch-135

This commit is contained in:
IgorA100
2024-06-05 17:07:51 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -948,7 +948,7 @@ public static function getStatuses() {
function getMonitorStateHTML() {
$html = '
<div id="monitorStatus'.$this->Id().'" class="monitorStatus">
<span class="MonitorName">'.$this->Name().'</span>
<span class="MonitorName">'.$this->Name().' (id='.$this->Id().')</span>
<div id="monitorState'.$this->Id().'" class="monitorState">
<span>'.translate('State').':<span id="stateValue'.$this->Id().'">'.$this->Status().'</span></span>
<span class="viewingFPS" id="viewingFPS'.$this->Id().'" title="'.translate('Viewing FPS').'"><span id="viewingFPSValue'.$this->Id().'"></span> fps</span>

View File

@@ -23,7 +23,7 @@ function exportEvents(
$export_root,
$exportFormat,
$exportCompressed,
$exportStructure = false,
$exportStructure = false
) {
if (!(canView('Events') or canView('Snapshots'))) {