summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498Renato Botelho2016-03-031-801/+0
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-3/+15
| | | | more consistent. Convert page title to title case.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Make RRD lists global, validate graph name using whitelist of known values ↵jim-p2016-02-101-20/+8
| | | | rather than blacklist of characters, beef up validation and escaping of related values while here. Fixes #5874 for 2.3
* RRD Graph custom options help textPhil Davis2016-01-271-2/+2
| | | Minor grammar only!
* add call 'gettext' function in the status menu filesbruno2016-01-221-3/+3
|
* Make RRD Graph VPN Users page title more friendlyPhil Davis2016-01-141-1/+10
| | | Rather than ucfirst("vpnusers") becomes "Vpnusers".
* Tidy up "status_rrd_graph.php"Colin Fleming2016-01-101-3/+3
| | | | | | - use Bootstrap class "img-responsive center-block" for images (http://getbootstrap.com/css/#images) - remove "name" attribute, invalid in HTML5
* Use Bootstraps text alignment classes (part 2)Colin Fleming2016-01-081-2/+2
| | | | use Bootstraps CLASS statement instead "align" statement
* complete breadcrumbs for each tabJared Dillard2015-12-291-1/+1
|
* Remove $closehead variableColin Fleming2015-12-191-2/+0
| | | | Remove unused variable $closehead
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-53/+64
|
* Tidy up some filesColin Fleming2015-11-291-2/+2
| | | | | | | | | | | | "status_rrd_graphcs.php" Remove opening curly bracket "diag_tables.php" Table header only has one column, however the table body has two, so add missing column in table header "diag_sockets.php" Add missing start TR tag
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Various updates to privileges and related metadatajim-p2015-11-251-0/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* NTP -> NTPDStephen Beaver2015-11-201-1/+1
|
* Fixed duplicate NTPStephen Beaver2015-11-201-4/+0
|
* Fixed #5497Stephen Beaver2015-11-201-6/+9
|
* fix textChris Buechler2015-11-181-1/+1
|
* Merge pull request #2036 from heper/patch-1Stephen Beaver2015-11-101-2/+20
|\
| * Update status_rrd_graph.phpheper2015-11-081-1/+0
| |
| * add dhcpd to switch($curcat)heper2015-11-081-0/+9
| |
| * add dhcpd + workaround make_tabs() globalsheper2015-11-081-2/+12
| |
* | Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|/
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-25/+51
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed #5034Stephen Beaver2015-10-081-9/+7
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-435/+348
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+834
OpenPOWER on IntegriCloud