mirror of
https://github.com/unraid/webgui.git
synced 2026-04-20 08:51:29 -05:00
Small fix for 3rd party containers
- Fix orange text "not available" to use the default text 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