diff --git a/functions.php b/functions.php index 83e4374..cbd8b80 100644 --- a/functions.php +++ b/functions.php @@ -149,7 +149,7 @@ function show_service($name, $containers) { $str = ''; $str .= ""; $containers = trim($containers); - $arr = explode(" ",$containers); + $arr = explode("|",$containers); foreach ($arr as $container) { $c_arr = explode(":",$container); $str .= "";
{$name}Container nameStatusAction
 ".$c_arr[0]."".$c_arr[1]."RESTART