summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-169/+0
|
* 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 StatusPhil Davis2015-05-151-93/+103
|
* Remove unused var from status_gateways.phpPhil Davis2015-05-141-2/+0
| | | I cannot see where "counter" is used.
* 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
|
* Tidy up misc. XHTMLColin Fleming2014-05-271-1/+2
| | | | | | Close FORM tag correctly Add missing TD and TR tags Move NOWRAP into CLASS statement
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-1/+1
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-1/+1
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Add an option to force a gateway to be down, it fixes #2847Renato Botelho2014-01-061-1/+4
|
* Tidy up HTML Colour NamesColin Fleming2013-01-161-7/+7
| | | | | With XHTML 1.0, the extended colour names are invalid, to make pfSense as W3C compliant as possible, need to go back to using the HEX code.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Some minor enhancements from renaming the Gathering Data to Pending.smos2012-06-041-3/+3
| | | | When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
* Add last check timestamp to gateway status (actually just fix it, since the ↵jim-p2012-05-081-14/+10
| | | | code was there, but not functional) Fixes #1155
* Show RTT and Loss on Status > Gateways, not just on the widgetjim-p2011-10-241-1/+19
|
* Fix status page of gateways to show gateways with monitoring disabled as up.Ermal2011-07-281-0/+3
|
* Show status as Gathering data rather than unknown since the later seems to ↵Ermal2010-09-161-1/+1
| | | | scary people!
* Ticket #876. Show all gateways even though apinger is not monitoring them, ↵Ermal2010-09-091-20/+28
| | | | for various reasons, this removes user confusion in the status pages.
* Merge remote branch 'mainline/master'Vinicius Coque2010-07-261-1/+1
|\ | | | | | | | | | | | | | | 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
| |
* | Implement gettext() calls on status_gateways.phpCarlos Eduardo Ramos2010-07-211-14/+14
|/
* fix Description display. Ticket #666Chris Buechler2010-06-261-1/+1
|
* Properly find gateway ip. The code before did not match for dynamic gateways.Ermal2010-06-181-1/+1
|
* Make some non functional changes, mostly to keep up with latest gw changes. ↵Ermal2010-06-161-3/+3
| | | | Related to Ticket #666
* Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵Ermal2010-06-071-1/+1
| | | | function to find even dynamic gateways ip.
* Actually show other data with gateways status.Ermal2010-06-071-3/+3
|
* Correctly control status of gateways. These code is tripled in these pages ↵Ermal2010-06-071-35/+17
| | | | not sure what is the best solution.
* Catch up with latest apinger changes to make easier to extract the status of ↵Ermal2010-05-061-1/+1
| | | | gateways.
* Fix status page to correctly itterate the gateways arraySeth Mos2009-12-211-5/+8
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Turn common tabular data areas into sortable items. Revert the sortable.js ↵Scott Ullrich2009-08-231-1/+1
| | | | change that used tabcont and change back to sortable
* * Remove non-needed grep (we use fifolog now)Scott Ullrich2009-03-161-1/+1
| | | | * Change "No data" to "Gathering data"
* Fix typoBill Marquette2008-12-071-1/+1
|
* Show interfaces with uppercaseScott Ullrich2008-11-021-1/+1
|
* Fix status screensSeth Mos2008-10-301-9/+10
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* 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
* Handle empty monitor addressSeth Mos2008-07-031-0/+3
|
* Add gateways status page to check availabilitySeth Mos2008-06-171-0/+131
OpenPOWER on IntegriCloud