mirror of
https://github.com/unraid/webgui.git
synced 2026-02-13 20:48:47 -06:00
Merge pull request #1867 from ich777/ich777-docker-fix
Fix for 3rd party containers "not available" colour
This commit is contained in:
@@ -175,7 +175,7 @@ foreach ($containers as $ct) {
|
||||
echo "<span style='white-space:nowrap;'><i class='fa fa-unlink'></i> "._('not available')."</span>";
|
||||
} else {
|
||||
echo "<div><span><i class='fa fa-docker fa-fw'/></i> 3rd Party</span></div>";
|
||||
echo "<span class='orange-text' style='white-space:nowrap;'><i class='fa fa-unlink'></i> "._('not available')."</span>";
|
||||
echo "<span style='white-space:nowrap;'><i class='fa fa-unlink'></i> "._('not available')."</span>";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user