mirror of
https://github.com/unraid/webgui.git
synced 2026-03-20 20:02:44 -05:00
Fixed: Invalid Docker placeholder icon on Dashboard page
This commit is contained in:
@@ -82,8 +82,8 @@ foreach ($allContainers as $ct) {
|
||||
$status = ($ct["Running"]) ? "started" : "stopped";
|
||||
|
||||
$Icon = $info['icon'];
|
||||
if ( $Icon == "#" ){
|
||||
$Icon = "/plugins/dynamix.docker.manager/assets/images/question.png";
|
||||
if (!$Icon) {
|
||||
$Icon = "/plugins/dynamix.docker.manager/images/question.png";
|
||||
}
|
||||
|
||||
print "
|
||||
|
||||
Reference in New Issue
Block a user