summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_upnp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 16:07:50 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 16:07:50 -0400
commitd26198200ec5aa12b0701798448fea464b615629 (patch)
tree0146bda8fb445e16608e221182b2c76ed4a1dadc /usr/local/www/status_upnp.php
parent2f6cd24fac761e0efe606a9e36c9019ac3366a93 (diff)
downloadpfsense-d26198200ec5aa12b0701798448fea464b615629.zip
pfsense-d26198200ec5aa12b0701798448fea464b615629.tar.gz
Add sorting ability to status -> UPNP
Diffstat (limited to 'usr/local/www/status_upnp.php')
-rw-r--r--usr/local/www/status_upnp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/status_upnp.php b/usr/local/www/status_upnp.php
index cbf848f..d2be0c2 100644
--- a/usr/local/www/status_upnp.php
+++ b/usr/local/www/status_upnp.php
@@ -71,14 +71,14 @@ if(!$config['installedpackages']['miniupnpd']['config'][0]['iface_array'] ||
<tr>
<td class="tabcont" >
<form action="status_upnp.php" method="post">
- <b><input type="submit" name="clear" id="clear" value="Clear" /></b>
+ <input type="submit" name="clear" id="clear" value="Clear" /> all currently connected sessions.
</form>
</td>
</tr>
<tr>
<td class="tabcont" >
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
+ <tr>
<td width="10%" class="listhdrr"><?=gettext("Port")?></td>
<td width="10%" class="listhdrr"><?=gettext("Protocol")?></td>
<td width="20%" class="listhdrr"><?=gettext("Internal IP")?></td>
OpenPOWER on IntegriCloud