summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-02 02:49:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-02 02:49:56 +0000
commit0ffb12ae0035c2de581dc1f74e3cd9eb239b5ab5 (patch)
treed32b378a96e6a5917cd2ff58a0e6e20a90b2ef28 /usr/local/www
parent8846f8302958ed8dddc86a8460bff2c05be95254 (diff)
downloadpfsense-0ffb12ae0035c2de581dc1f74e3cd9eb239b5ab5.zip
pfsense-0ffb12ae0035c2de581dc1f74e3cd9eb239b5ab5.tar.gz
* Add description
* Add filter reload status to drop down status menu
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/fbegin.inc1
-rw-r--r--usr/local/www/status_filter_reload.php4
2 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 8f94f17..7947d1d 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -163,6 +163,7 @@ require_once("notices.inc");
<?php endif; ?>
<li><a href="/carp_status.php" class="navlnk">CARP (failover)</a></li>
<li><a href="/diag_dhcp_leases.php" class="navlnk">DHCP leases</a></li>
+ <li><a href="/status_filter_reload.php" class="navlnk">Filter Reload Status</a></li>
<li><a href="/status_interfaces.php" class="navlnk">Interfaces</a></li>
<li><a href="/diag_ipsec_sad.php" class="navlnk">IPsec</a></li>
<?php if($g['platform'] == "pfSense"): ?>
diff --git a/usr/local/www/status_filter_reload.php b/usr/local/www/status_filter_reload.php
index 53a2cf9..975dd85 100644
--- a/usr/local/www/status_filter_reload.php
+++ b/usr/local/www/status_filter_reload.php
@@ -141,5 +141,9 @@ if (typeof getURL == 'undefined') {
window.setTimeout('update_status_thread()', 2500);
</script>
+<p>
+
+This page will automatically refresh every 3 seconds until the filter is done reloading.
+
</body>
</html>
OpenPOWER on IntegriCloud