summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | 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.
* Code style WWW Status RRDPhil Davis2015-05-151-143/+198
|
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | 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
|
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Update status_rrd_graph_settings.phpnagyrobi2014-02-181-0/+9
| | | Add NTP graph to settings
* Update "status_rrd_graph_settings.php" XHTMLColin Fleming2013-09-261-9/+9
| | | | | | Close INPUT tags Update HTML Boolean operators Update TABLE tag with summary statement
* Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-061-1/+1
| | | | | | | | | - 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 #2253 Quality Graphs not generated after 'Reset RRD Data'Darren Embry2012-04-261-1/+2
| | | | | | | | | Seth Mos wrote: > This needs to call setup_gateways_monitor() in after > enable_rrd_graphing() to fix. Also note: $retval of enable_rrd_graphing() at this point in the code was never used, to my knowledge.
* Add a button to reset the RRD data (rm's rrd files and reinitializes).jim-p2011-06-271-2/+11
|
* Added Captive Portal RRD graphs, there are two graphs one for the number of ↵Warren Baker2011-01-281-1/+9
| | | | 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-0/+20
| | | | for time periods, configurable on settings tab.
* Copy logic for when to show the cellular tab from status_rrd_graph.php. ↵jim-p2010-11-101-1/+1
| | | | Fixes #714
* Move : inside gettextRenato Botelho2010-08-131-1/+1
|
* Separate RRD graph settings to a separate entry.Erik Fonnesbeck2010-08-101-3/+3
|
* Removed duplicated tabs block on status_rrd_graph_settings.phpCarlos Eduardo Ramos2010-08-101-26/+0
|
* Fixed syntax error on status_rrd_graph_settings.phpCarlos Eduardo Ramos2010-07-271-1/+0
|
* Corrections gettext implementation on status_rrd_graph_settings.phpCarlos Eduardo Ramos2010-07-261-12/+12
|
* Merge remote branch 'mainline/master'Vinicius Coque2010-07-261-3/+42
|\ | | | | | | | | | | | | | | Conflicts: usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php usr/local/www/status_rrd_graph.php usr/local/www/status_rrd_graph_settings.php
| * Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
| |
| * Add the openvpn users graph, add the colors to all the themes colors ↵smos2010-07-241-2/+7
| | | | | | | | | | | | include. Add vpn tab on the settings page, it didn't show although it should.
| * Add OpenVPN users database, sync the tabs on the settings page.smos2010-07-231-18/+25
| | | | | | | | Graphing page doesn't know about openvpn users yet. But that's ok.
* | Corrections gettext implementation on status_rrd_graph_settings.phpCarlos Eduardo Ramos2010-07-221-5/+5
| |
* | Implement gettext() calls on status_rrd_graph_settings.phpRafael Lucas2010-07-221-25/+25
|/
* make sure that the settings page also shows only the valid tabs.Seth Mos2010-01-121-8/+30
|
* Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin ↵jim-p2010-01-031-0/+2
| | | | on forum.
* Include needed files. Ticket #209.Ermal Luçi2009-12-071-0/+2
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-0/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-3/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Fix tab display as reported in ↵Ermal Luçi2009-03-221-15/+19
| | | | http://forum.pfsense.org/index.php/topic,15114.0.html
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Fix enable/disable checkboxSeth Mos2008-09-201-1/+1
|
* Correctly use defaultsSeth Mos2008-09-061-3/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add rrd graph settings page.Seth Mos2007-07-211-0/+165
Bump config out of line with 1.2 Add rrd config upgrade code.
OpenPOWER on IntegriCloud