summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2014-02-10 02:45:54 -0800
committerPhil Davis <phil.davis@world.inf.org>2014-02-10 02:45:54 -0800
commit54995d41533a2abc63fc29ab07e0586634be1282 (patch)
treeca35d060618a2a43b84756a46cd6c96ddd7fe4f3
parent188a4d5586052d5756d3bc2a4248275d71029be0 (diff)
downloadpfsense-54995d41533a2abc63fc29ab07e0586634be1282.zip
pfsense-54995d41533a2abc63fc29ab07e0586634be1282.tar.gz
Reorder Traffic Graph filter options so Local is default
-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