mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Update IPADDR references
This commit is contained in:
@@ -74,7 +74,7 @@ img.stopped{opacity:0.3;}
|
||||
$info = $DockerTemplates->getAllInfo();
|
||||
$contextMenus = [];
|
||||
|
||||
$IP = $var["IPADDR"];
|
||||
$IP = $eth0["IPADDR:0"];
|
||||
foreach ($all_containers as $ct) {
|
||||
$name = $ct["Name"];
|
||||
$is_autostart = ($info[$name]['autostart']) ? 'true' : 'false';
|
||||
|
||||
Reference in New Issue
Block a user