Update IPADDR references

This commit is contained in:
bergware
2016-05-12 08:49:48 +02:00
parent d147bd1455
commit 4a43eef8d8
4 changed files with 4 additions and 4 deletions
@@ -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';