summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/traffic_graphs.widget.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-09 14:00:35 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-09 14:00:35 -0400
commit48d872de9ef549207fca7a2df28315ee9c09559a (patch)
treed9d070b2c86f60f70dc39f6e124fc0e7a712479d /usr/local/www/widgets/widgets/traffic_graphs.widget.php
parent24f53f5c9bd4ab467615c14a13f532918adcc935 (diff)
downloadpfsense-48d872de9ef549207fca7a2df28315ee9c09559a.zip
pfsense-48d872de9ef549207fca7a2df28315ee9c09559a.tar.gz
Allow refresh up to 10 seconds
Diffstat (limited to 'usr/local/www/widgets/widgets/traffic_graphs.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/traffic_graphs.widget.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/widgets/widgets/traffic_graphs.widget.php b/usr/local/www/widgets/widgets/traffic_graphs.widget.php
index f4b2965..1516cc8 100644
--- a/usr/local/www/widgets/widgets/traffic_graphs.widget.php
+++ b/usr/local/www/widgets/widgets/traffic_graphs.widget.php
@@ -63,6 +63,11 @@ Refresh Interval:
<option value="3" <?php if ($refreshInterval == "3") echo "SELECTED";?>>3</option>
<option value="4" <?php if ($refreshInterval == "4") echo "SELECTED";?>>4</option>
<option value="5" <?php if ($refreshInterval == "5") echo "SELECTED";?>>5</option>
+ <option value="6" <?php if ($refreshInterval == "6") echo "SELECTED";?>>6</option>
+ <option value="7" <?php if ($refreshInterval == "7") echo "SELECTED";?>>7</option>
+ <option value="8" <?php if ($refreshInterval == "8") echo "SELECTED";?>>8</option>
+ <option value="9" <?php if ($refreshInterval == "9") echo "SELECTED";?>>9</option>
+ <option value="10" <?php if ($refreshInterval == "10") echo "SELECTED";?>>10</option>
</select>&nbsp; Seconds<br>&nbsp; &nbsp; &nbsp; <b>Note:</b> changing this settings can affect CPU Performance on the pfSense Box<br><br>
<input id="submit" name="submit" type="submit" onclick="return updatePref();" class="formbtn" value="Save Settings" />
</div>
OpenPOWER on IntegriCloud