From 4e7d7746675fc671f557b0933bcdc74ca9cdffe2 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Tue, 7 May 2024 19:31:25 +0300 Subject: [PATCH] Added support for GridStack & PanZoom on Montage page (Monitor.php) --- web/includes/Monitor.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index 2368e6410..ab224288b 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -1022,6 +1022,8 @@ public static function getStatuses() { $options['buffer'] = $this->StreamReplayBuffer(); //Warning("width: " . $options['width'] . ' height: ' . $options['height']. ' scale: ' . $options['scale'] ); $html = ' +
+
'; + $html .= ' + +
'; if ($this->Type() == 'WebSite') { $html .= getWebSiteUrl( @@ -1083,12 +1095,12 @@ public static function getStatuses() { '; } # end if showZones - $html .= PHP_EOL.'
'.PHP_EOL; + $html .= PHP_EOL.'
'.PHP_EOL; if (isset($options['state']) and $options['state']) { //if ((!ZM_WEB_COMPACT_MONTAGE) && ($this->Type() != 'WebSite')) { $html .= $this->getMonitorStateHTML(); } - $html .= PHP_EOL.'
'.PHP_EOL; + $html .= PHP_EOL.'
'.PHP_EOL; return $html; } // end getStreamHTML