Docker: fix regression error

This commit is contained in:
bergware
2021-11-15 12:32:48 +01:00
parent a3da1524ad
commit 9beb8895f4
@@ -106,7 +106,7 @@ foreach ($containers as $ct) {
$appname = htmlspecialchars($name);
}
echo "<span class='outer'><span id='$id' class='hand'>$image</span><span class='inner'><span class='appname $update'>$appname</span><br><i id='load-$id' class='fa fa-$shape $status $color'></i><span class='state'>"._($status)."</span></span></span>";
echo "<span class='advanced'><div style='margin-top:8px'>"._('Container ID').": $id<br>";
echo "<div class='advanced' style='margin-top:8px'>"._('Container ID').": $id<br>";
if ($ct['BaseImage']) echo "<i class='fa fa-cubes' style='margin-right:5px'></i>".htmlspecialchars(${ct['BaseImage']})."<br>";
echo _('By').": ";
$registry = $info['registry'];
@@ -116,7 +116,7 @@ foreach ($containers as $ct) {
} else {
echo htmlspecialchars(compress($author,24));
}
echo "</div></span></td><td class='updatecolumn'>";
echo "</div></td><td class='updatecolumn'>";
switch ($updateStatus) {
case 0:
echo "<span class='green-text' style='white-space:nowrap;'><i class='fa fa-check fa-fw'></i> "._('up-to-date')."</span>";