From 8a496f5d172fa301c19147dfe3239b42ee7547d7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 4 Jun 2024 09:39:22 -0400 Subject: [PATCH 1/2] Remove extra comma that now breaks php --- web/includes/download_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/download_functions.php b/web/includes/download_functions.php index c921e771c..775396897 100644 --- a/web/includes/download_functions.php +++ b/web/includes/download_functions.php @@ -23,7 +23,7 @@ function exportEvents( $export_root, $exportFormat, $exportCompressed, - $exportStructure = false, + $exportStructure = false ) { if (!(canView('Events') or canView('Snapshots'))) { From 53d057d7aabc4097a3d9b75ef2541d6d3bc5d2a7 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Wed, 5 Jun 2024 15:21:09 +0300 Subject: [PATCH 2/2] After the monitor name, display its ID (Monitor.php) --- web/includes/Monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index 8a6a708b3..9f1611971 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -948,7 +948,7 @@ public static function getStatuses() { function getMonitorStateHTML() { $html = '
-'.$this->Name().' +'.$this->Name().' (id='.$this->Id().')
'.translate('State').':'.$this->Status().' fps