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