Fixed column count in Docker container list

This commit is contained in:
bergware
2018-05-02 08:13:23 +02:00
parent 594dc71d5c
commit c144751ac2
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ foreach ($images as $image) {
echo "</div></div></td>";
echo "<td><i>(orphan image)</i><div style='width:160px;'>Image ID: $id</div>";
echo "<div style='width:160px'>".implode('<br>',array_map('htmlspecialchars',$image['Tags']))."</div></td>";
echo "<td colspan='4'>&nbsp;</td>";
echo "<td colspan='5'></td>";
echo "<td><div class='advanced' style='width:124px'>Created ".htmlspecialchars($image['Created'])."</div></td></tr>";
}
echo "\0".implode($menu).implode($docker);