mirror of
https://github.com/unraid/webgui.git
synced 2026-02-12 20:18:52 -06:00
Fixed column count in Docker container list
This commit is contained in:
@@ -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'> </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);
|
||||
|
||||
Reference in New Issue
Block a user