Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up misc. XHTML | Colin Fleming | 2014-05-27 | 1 | -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 Botelho | 2014-03-17 | 1 | -1/+1 |
|\ | | | | | | | ayvis-master-br | ||||
| * | xhtml Compliance | ayvis | 2014-03-14 | 1 | -1/+1 |
| | | | | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | | standardize on www.pfsense.org and HTTPS, point package URLs to | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
|/ | | | | packages.pfsense.org | ||||
* | Add an option to force a gateway to be down, it fixes #2847 | Renato Botelho | 2014-01-06 | 1 | -1/+4 |
| | |||||
* | Tidy up HTML Colour Names | Colin Fleming | 2013-01-16 | 1 | -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-p | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | Some minor enhancements from renaming the Gathering Data to Pending. | smos | 2012-06-04 | 1 | -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-p | 2012-05-08 | 1 | -14/+10 |
| | | | | code was there, but not functional) Fixes #1155 | ||||
* | Show RTT and Loss on Status > Gateways, not just on the widget | jim-p | 2011-10-24 | 1 | -1/+19 |
| | |||||
* | Fix status page of gateways to show gateways with monitoring disabled as up. | Ermal | 2011-07-28 | 1 | -0/+3 |
| | |||||
* | Show status as Gathering data rather than unknown since the later seems to ↵ | Ermal | 2010-09-16 | 1 | -1/+1 |
| | | | | scary people! | ||||
* | Ticket #876. Show all gateways even though apinger is not monitoring them, ↵ | Ermal | 2010-09-09 | 1 | -20/+28 |
| | | | | for various reasons, this removes user confusion in the status pages. | ||||
* | Merge remote branch 'mainline/master' | Vinicius Coque | 2010-07-26 | 1 | -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 2010 | smos | 2010-07-24 | 1 | -1/+1 |
| | | |||||
* | | Implement gettext() calls on status_gateways.php | Carlos Eduardo Ramos | 2010-07-21 | 1 | -14/+14 |
|/ | |||||
* | fix Description display. Ticket #666 | Chris Buechler | 2010-06-26 | 1 | -1/+1 |
| | |||||
* | Properly find gateway ip. The code before did not match for dynamic gateways. | Ermal | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Make some non functional changes, mostly to keep up with latest gw changes. ↵ | Ermal | 2010-06-16 | 1 | -3/+3 |
| | | | | Related to Ticket #666 | ||||
* | Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵ | Ermal | 2010-06-07 | 1 | -1/+1 |
| | | | | function to find even dynamic gateways ip. | ||||
* | Actually show other data with gateways status. | Ermal | 2010-06-07 | 1 | -3/+3 |
| | |||||
* | Correctly control status of gateways. These code is tripled in these pages ↵ | Ermal | 2010-06-07 | 1 | -35/+17 |
| | | | | not sure what is the best solution. | ||||
* | Catch up with latest apinger changes to make easier to extract the status of ↵ | Ermal | 2010-05-06 | 1 | -1/+1 |
| | | | | gateways. | ||||
* | Fix status page to correctly itterate the gateways array | Seth Mos | 2009-12-21 | 1 | -5/+8 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -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 Ullrich | 2009-08-23 | 1 | -1/+1 |
| | | | | change that used tabcont and change back to sortable | ||||
* | * Remove non-needed grep (we use fifolog now) | Scott Ullrich | 2009-03-16 | 1 | -1/+1 |
| | | | | * Change "No data" to "Gathering data" | ||||
* | Fix typo | Bill Marquette | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | Show interfaces with uppercase | Scott Ullrich | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Fix status screens | Seth Mos | 2008-10-30 | 1 | -9/+10 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 address | Seth Mos | 2008-07-03 | 1 | -0/+3 |
| | |||||
* | Add gateways status page to check availability | Seth Mos | 2008-06-17 | 1 | -0/+131 |