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