Enhanced docker edit box [6]

This commit is contained in:
bergware
2016-05-16 14:23:00 +02:00
parent cc13536d57
commit 633a799912
@@ -437,6 +437,7 @@ function getUsedPorts() {
if (!in_array($name,$names)) continue;
$list = []; $p = 0;
$list['Name'] = $name;
$list['Port'] = '';
while ($port = getXmlVal($file,'HostPort',null,$p++)) $list['Port'] .= $port.' ';
$ports[] = $list;
}