summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_graph.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalization of various status*.phpPhil Davis2016-01-271-3/+3
|
* add call 'gettext' function in the status menu filesbruno2016-01-221-3/+3
|
* Fixed #5789Stephen Beaver2016-01-211-9/+9
|
* All simple php echo to shortNewEraCracker2016-01-141-2/+2
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Convert short open tags to full tagsNewEraCracker2016-01-071-2/+2
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* Add back display description option for status_graphPhil Davis2016-01-041-0/+1
| | | | | | | | | The code that provides the data for this is already in bandwidth_by_ip.php in both 2.2.* and master 2.3. The description option is in the Display dropdown list in 2.2.*, but it got missed in the bootstrap conversion and integration process. With just this 1-line addition the Display Description option can be selected and works.
* 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-8/+11
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
|
* 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.
* 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.
* fix Bug #5410heper2015-11-111-1/+1
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-4/+3
| | | | Mostly when dealing with enc0 interface.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - 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
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-29/+53
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-224/+135
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+352
OpenPOWER on IntegriCloud