diff --git a/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php b/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php index df4b7b5ef..b3e34287f 100644 --- a/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php +++ b/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php @@ -233,7 +233,6 @@ foreach ($containers as $ct) { // Check if Tailscale for container is enabled by checking if TShostname is set $TS_status = ''; if (!empty($TShostname)) { - echo "
"; if ($running) { // Get stats from container and check if they are not empty $TSstats = tailscale_stats($name); @@ -320,7 +319,6 @@ foreach ($containers as $ct) { // Display message that container isn't running $TS_status = "
Tailscale
"; } - echo "
"; } echo "
".compress(_($version),12,0)."
"; echo " ".implode('
',$networks).$TS_status."
";