From cc806e11f96576031f998ebdfb29918769aaa1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 26 Nov 2015 15:51:40 +0000 Subject: [PATCH] table fixed --- html/manage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/manage.php b/html/manage.php index 2b1ac2c..897fed4 100644 --- a/html/manage.php +++ b/html/manage.php @@ -42,7 +42,7 @@ foreach ($containers as $c) { $action=""; foreach($actions as $a) $action.=''.$a.''; - echo ''.$name.''.$ports.''.$volumes.''.$links.''.$envs.''.$image.''.$command.''.$action.''."\n"; + echo ''.$name.''.$ports.''.$links.''.$image.''.$action.''."\n"; } echo ""; ?> \ No newline at end of file