summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_gateways.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* change hardcoded colors to classesJared Dillard2016-03-021-14/+9
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* HTML Compliance - Status / GatewaysNOYB2016-02-071-1/+1
| | | | The bgcolor attribute on the td element is obsolete. Use CSS instead.
* Internationalization of various status*.phpPhil Davis2016-01-271-3/+3
|
* Don't show RTT, RTTsd, Loss for unmonitored gatewaysChris Buechler2016-01-221-3/+9
|
* Add standard deviation to gateway status and widgetDenny Page2016-01-181-0/+10
|
* All simple php echo to shortNewEraCracker2016-01-141-1/+1
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Add some more Bootsrap panelsColin Fleming2016-01-051-0/+6
| | | | | | | | | | | | | | | | "firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
* Encode gateway attributes before printingjim-p2015-12-211-3/+3
|
* 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
* status_gateways remove unused counterPhil Davis2015-12-151-13/+17
| | | | $counter is incremented but never initialized or used Code style formatting also done around here.
* 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.
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* 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
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-26/+51
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-110/+107
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+169
OpenPOWER on IntegriCloud