mirror of
https://github.com/unraid/webgui.git
synced 2026-03-06 09:09:07 -06:00
more docker ipv6 fixes from ronald
This commit is contained in:
@@ -326,12 +326,10 @@ class DockerTemplates {
|
||||
|
||||
if (!$tmp['icon'] || $reload) {
|
||||
$icon = $this->getIcon($image);
|
||||
$tmp['icon'] = ($icon) ? $icon : null;
|
||||
}
|
||||
if (!$tmp['url'] || $reload) {
|
||||
$WebUI = $this->getControlURL($name);
|
||||
$tmp['url'] = ($WebUI) ? $WebUI : null;
|
||||
$tmp['icon'] = $icon ?: null;
|
||||
}
|
||||
$WebUI = $this->getControlURL($name);
|
||||
$tmp['url'] = $WebUI ?: null;
|
||||
|
||||
$Registry = $this->getTemplateValue($image, "Registry");
|
||||
$tmp['registry'] = ($Registry) ? $Registry : null;
|
||||
|
||||
Reference in New Issue
Block a user