Project

General

Profile

« Previous | Next » 

Revision 48d872de

Added by Scott Ullrich over 16 years ago

Allow refresh up to 10 seconds

View differences:

usr/local/www/widgets/widgets/traffic_graphs.widget.php
63 63
		<option value="3" <?php if ($refreshInterval == "3") echo "SELECTED";?>>3</option>
64 64
		<option value="4" <?php if ($refreshInterval == "4") echo "SELECTED";?>>4</option>
65 65
		<option value="5" <?php if ($refreshInterval == "5") echo "SELECTED";?>>5</option>
66
		<option value="6" <?php if ($refreshInterval == "6") echo "SELECTED";?>>6</option>
67
		<option value="7" <?php if ($refreshInterval == "7") echo "SELECTED";?>>7</option>
68
		<option value="8" <?php if ($refreshInterval == "8") echo "SELECTED";?>>8</option>
69
		<option value="9" <?php if ($refreshInterval == "9") echo "SELECTED";?>>9</option>
70
		<option value="10" <?php if ($refreshInterval == "10") echo "SELECTED";?>>10</option>
66 71
	</select>&nbsp; Seconds<br>&nbsp; &nbsp; &nbsp; <b>Note:</b> changing this settings can affect CPU Performance on the pfSense Box<br><br>
67 72
	<input id="submit" name="submit" type="submit" onclick="return updatePref();" class="formbtn" value="Save Settings" />
68 73
</div>

Also available in: Unified diff