Put v6 IP on a new line to save horizontal space

This commit is contained in:
jim-p 2012-06-13 15:01:07 -04:00
parent b835b1faff
commit bd0c22951d

View File

@ -111,10 +111,9 @@ require_once("/usr/local/www/widgets/include/interfaces.inc");
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="vncellt" width="45%">
<td class="vncellt" width="100%">
<div id="<?php echo $ifname;?>-ip" style="display:inline"><?=htmlspecialchars($ifinfo['ipaddr']);?> </div>
</td>
<td class="vncellt" >
<br/>
<div id="<?php echo $ifname;?>-ipv6" style="display:inline"><?=htmlspecialchars($ifinfo['ipaddrv6']);?> </div>
</td>
</tr>