summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-13/+14
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Remove excess tabs status_rrd_graphPhil Davis2015-05-151-2/+2
|
* Code style WWW Status RRDPhil Davis2015-05-151-373/+452
|
* RRD Graph Custom Tab display friendly descriptionPhil Davis2015-03-231-1/+5
| | | | The other tabs of Status:RRD Graphs put the friendly description of each interface into the drop-down list for selection. This change makes the Custom tab do that also.
* Pencil symbolsPhil Davis2015-03-091-2/+2
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Update jquery-ui components to 1.11.1, it fixes #3879"Renato Botelho2014-09-221-3/+3
|
* Tidy up "status_rrd_graph.php" XHTMLColin Fleming2014-09-141-5/+5
| | | | | "id" attributes cannot start with a numeric character, so change "8hour" to "eighthour" and "4year" to "fouryear".
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Update status_rrd_graph.phpnagyrobi2014-02-181-0/+15
| | | Add NTP graphing
* Update "status_rrd_graph.php" XHTMLColin Fleming2013-09-261-30/+33
| | | | | | | | | | | | Update SCRIPT statements with CDATA Move the close HEAD statement Move the FORM statement outside the main table Close INPUT tag Update HTML Boolean operators Add closing table cell (TD) and table row (TR) tags so that the rows are closed properly before the IMG (RRD graph) tags Tidy up the IMG (RRD graph) tag Close HR tag
* Include the CP zone in the form parameters if one is defined. Fixes access ↵jim-p2013-09-231-0/+3
| | | | to concurrent graph on zones other than the first/default.
* Correct month, quarter (3 months), and 4 year RRD graphs length.N0YB2013-07-071-3/+3
| | | | | | Longest possible month is 31 days, not 32. Longest possible quarter (3 months) is 92 days (30+31+31), not 93 (31+31+31). 4 Years is 1461 days (365 x 4 + 1), not 1464 (366 x 4). Except about once every century or so when leap year is skipped 4 years is then 1460 days. But that is not going to happen again for a very long time. Unfortunately pfSense, nor anyone alive today will probably still be alive by then.
* Make sure captiveportal section of config is an array, reported on ticket #2838Renato Botelho2013-02-251-1/+1
|
* Fix rrd display when captive portal is enabledRenato Botelho2013-02-141-2/+2
|
* Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-061-7/+45
| | | | | | | | | - Create RRD configs per zone - Add tabs to see graphs per zone - Migrate existing rrd files to default cpZone - While I'm here, call unset() for $rrdcreate and $rrdupdatesh Resolves #2655
* fix for Bug #2334 quality rrd graphs do not automatically refreshDarren Embry2012-04-191-5/+14
| | | | id attributes can't have a period, someone didn't read w3c specs on id attributes ;-)
* pull jquery-ui.custom.css from themes/THEME if it exists thereDarren Embry2012-03-231-1/+5
| | | | | otherwise pull /javascript/jquery/jquery-ui.custom.css, which contains defaults.
* Add date/time picker to Custom RRD graphs.Darren Embry2012-03-231-4/+27
| | | | from: http://trentrichardson.com/examples/timepicker/
* Add date picker to the Custom RRD graph page to translate to unix time.Darren Embry2012-03-221-7/+26
| | | | | | implements #1997. http://redmine.pfsense.org/issues/1997
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-4/+4
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Check uppercase stringsScott Ullrich2011-11-161-1/+1
|
* Ensure style is set to a valid itemScott Ullrich2011-11-161-4/+10
|
* Merge over the end period fix for the custom rrd graphs section.smos2011-11-141-1/+1
|
* Converting from prototype to jQuery status_*Vinicius Coque2011-10-221-2/+2
|
* Bug #1615. Half-fix.Evgeny Yurchenko2011-06-261-1/+1
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-0/+16
| | | | logged in users since last rrd poll, and concurrent number of users logged in.
* Add new default option that makes RRD graphs with the old type of behavior ↵Erik Fonnesbeck2010-12-311-76/+94
| | | | for time periods, configurable on settings tab.
* Use correct variable for this condition.Erik Fonnesbeck2010-12-311-1/+1
|
* Fix case statements, may fix rrd graph generation for certain periods.jim-p2010-12-281-2/+2
|
* Remove extra (. Reported-by: ↵Ermal2010-12-221-1/+1
| | | | http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929
* Reinvent the 8 hour graph period, this one should work properly, needs testsmos2010-12-201-9/+18
|
* Fix Misc XSS issuesScott Ullrich2010-11-091-2/+1
|
* Unset the end time if we are graphing for the "current" period. That makes ↵smos2010-10-111-1/+3
| | | | the graphs refresh correctly.
* Disable the 12 hour graph for now, it appears to have defective math.smos2010-09-121-1/+1
|
* Fixes #714. Do not show the cellular graphs if there is no ppp interface ↵Ermal2010-08-271-1/+1
| | | | defined.
* Correct math for the 12 hour graph so it doesn't show the empty hourssmos2010-08-271-1/+1
|
* Skip the placeholder databases when outbound is selected, too. Also don't ↵Erik Fonnesbeck2010-08-231-3/+19
| | | | check the name against the gateway list on anything but the quality tab.
* See if the name matches a gateway instead of showing everything ending in ↵Erik Fonnesbeck2010-08-231-7/+28
| | | | -quality. Also do a more restrictive match when checking which graph to display, so it doesn't match ones it shouldn't. (for example, WAN matching both WAN and GW_WAN)
* Allow System: Throughput RRD graph to be displayed. Ticket #715Erik Fonnesbeck2010-08-231-4/+8
|
* Fix showing the current graph selection on the system RRD graphs.Erik Fonnesbeck2010-08-231-3/+3
|
* Fix logic operator for graph endpointsmos2010-08-231-7/+8
|
* Do not show the empty part of the graph by request of manysmos2010-08-171-7/+14
|
* Use <?php instead of <?Renato Botelho2010-08-121-4/+4
|
* Use <?php instead of the short formRenato Botelho2010-08-121-1/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-091-1/+13
|\ | | | | | | | | | | | | Conflicts: usr/local/www/status_captiveportal.php usr/local/www/status_rrd_graph.php usr/local/www/status_wireless.php
| * Add 12 hour period starting from 8 in the morning. Thinking that would ↵smos2010-08-051-1/+13
| | | | | | | | correspond better to human workdays.
* | Fix gettext implementation on status_rrd_graph.phpCarlos Eduardo Ramos2010-08-041-3/+3
| |
OpenPOWER on IntegriCloud