summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2014-02-08 21:24:12 -0800
committerPhil Davis <phil.davis@world.inf.org>2014-02-08 21:24:12 -0800
commitfa6af31410d28b52be7bf4812ca037ad8a09eea5 (patch)
tree456e267c24e5eff0621156852ea674a577e2b623 /usr/local/www/status_graph.php
parent737aef33742d2dcfc33b5bf1cec0fa53c189c20d (diff)
downloadpfsense-fa6af31410d28b52be7bf4812ca037ad8a09eea5.zip
pfsense-fa6af31410d28b52be7bf4812ca037ad8a09eea5.tar.gz
Make Local the default filter for Traffic Graph
to preserve the previous standard behavior that shows "Local" when Traffic Graph starts.
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 2342700..f9cf9df 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -220,9 +220,9 @@ foreach ($ifdescrs as $ifn => $ifd) {
</select>
, Filter:
<select id="filter" name="filter" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
- <option value="">All</option>
<option value="local"<?php if ($curfilter == "local") echo " selected";?>>Local</option>
<option value="remote"<?php if ($curfilter == "remote") echo " selected";?>>Remote</option>
+ <option value="all"<?php if ($curfilter == "all") echo " selected";?>>All</option>
</select>
, Display:
<select id="hostipformat" name="hostipformat" class="formselect" style="z-index: -10;" onchange="document.form1.submit()">
OpenPOWER on IntegriCloud