fixed display bugs and added tabs for logs and dump
This commit is contained in:
@@ -33,7 +33,7 @@ foreach ($containers as $c) {
|
||||
$action="";
|
||||
foreach($actions as $a)
|
||||
$action.='<a class="toolbutton" href="javascript:action('."'".$c['Id']."', '".$a."'".');">'.$a.'</a>';
|
||||
echo "<tr class=\"${status}\"><td>${name}</td><td>${ports}</td><td>${links}</td><td>${image}</td><td><td class=\"buttongroup\">${action}</tr>\n";
|
||||
echo '<tr class="'.$status.'"><td><a href="javascript:details('."'".$c['Id']."'",')">'.$name.'</a></td><td>'.$ports.'</td><td>'.$volumes.'</td><td>'.$links.'</td><td>'.$envs.'</td><td>'.$image.'</td><td>'.$command.'</td><td><td class="buttongroup">'.$action.'</tr>'."\n";
|
||||
}
|
||||
echo "</tbody></table>";
|
||||
?>
|
Reference in New Issue
Block a user