mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 15:29:20 -05:00
Docker: Ignore icon references to default question mark
This commit is contained in:
@@ -338,7 +338,7 @@ class DockerTemplates {
|
||||
public function getIcon($Repository,$contName) {
|
||||
global $docroot, $dockerManPaths;
|
||||
$imgUrl = $this->getTemplateValue($Repository, 'Icon','all',$contName);
|
||||
if (!$imgUrl) return '';
|
||||
if (!$imgUrl || trim($imgUrl) == "/plugins/dynamix.docker.manager/images/question.png") return '';
|
||||
|
||||
$imageName = $contName ?: $name;
|
||||
$iconRAM = sprintf('%s/%s-%s.png', $dockerManPaths['images-ram'], $contName, 'icon');
|
||||
|
||||
Reference in New Issue
Block a user