Fix misalignment of IPv6 networks in Docker settings

This commit is contained in:
bergware
2018-04-06 13:22:37 +02:00
parent 33a04f59b7
commit 6ad391bb28
@@ -506,7 +506,6 @@ IPv6 custom network on interface <?=$network?>:
: <span class="gw6">**Subnet:** <?=$subnet6?>/<?=$mask6?></span>
<span class="gw6">**Gateway:** <?=$dockercfg["DOCKER_GATEWAY6_$port"]?></span>
**DHCP pool:** <?=$range6?"$range6/$size6":"not set"?>
<?endif;?>
<?endforeach;?>
</div>