From: <abe...@us...> - 2015-12-23 16:22:35
|
Revision: 7425 http://sourceforge.net/p/astlinux/code/7425 Author: abelbeck Date: 2015-12-23 16:22:33 +0000 (Wed, 23 Dec 2015) Log Message: ----------- web interface, Status tab, display number of active DHCP leases Modified Paths: -------------- branches/1.0/package/webinterface/altweb/common/status.inc Modified: branches/1.0/package/webinterface/altweb/common/status.inc =================================================================== --- branches/1.0/package/webinterface/altweb/common/status.inc 2015-12-22 18:26:09 UTC (rev 7424) +++ branches/1.0/package/webinterface/altweb/common/status.inc 2015-12-23 16:22:33 UTC (rev 7425) @@ -790,6 +790,8 @@ echo "<td>", htmlspecialchars(mac2vendor($dhcp['clients'][$i]['mac'])), "</td>"; } } + putHtml("</tr><tr>"); + echo '<td colspan="5">'.$n.' Active DHCP Leases</td>'; } putHtml("</tr>"); putHtml("</table></pre>"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |