summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-11 23:12:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-11 23:12:27 +0000
commit15953ad520c44230d5d9edbf8a75b66c7c33132a (patch)
tree317c68ee0c1b204b1513bd0ffd6d91c07060915f /usr/local/www/diag_dump_states.php
parentbc17d579fb22fa7a3a1de2e59498e0ca5ac247d3 (diff)
downloadpfsense-15953ad520c44230d5d9edbf8a75b66c7c33132a.zip
pfsense-15953ad520c44230d5d9edbf8a75b66c7c33132a.tar.gz
* Remove Reset States from left menu
* Change Show States to States * Add tabs to reset states and show states screens
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index a9c92dd..23406d5 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -52,8 +52,17 @@ include("fbegin.inc");
<div id="mainlevel">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<tr><td>
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("States", true, "diag_dump_states.php");
+ $tab_array[1] = array("Reset States", false, "diag_resetstate.php");
+ display_top_tabs($tab_array);
+?>
+</td></tr>
<tr><td class="tabcont">
<table colspan="3" cellpadding="3" width="100%">
+
<?php
/* table header */
@@ -121,6 +130,8 @@ NiftyCheck();
Rounded("div#mainlevel","bl br","#FFF","#eeeeee","smooth");
</script>
+<meta http-equiv="refresh" content="60;url=diag_dump_states.php">
+
</body>
</html>
OpenPOWER on IntegriCloud