summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/gateways.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* Tidy up "gateways" widgets XHTMLColin Fleming2013-03-051-5/+6
| | | | | | Added summary to table tags Created new INC file to jump from the dashboard to the gateway status page
* Display Gateway Widget column headings only oncePhil Davis2013-02-101-8/+17
| | | The Gateway Widget format was changed recently to allow display of a long IPv6 address. It has made the widget take a lot more screen space when there are a few gateways. This change saves some space - what do people think?
* Change gateways widget layout to better accomodate long ipv6 addresses. It ↵Renato Botelho2013-02-051-68/+80
| | | | should fix #2790
* Fix whitespacesRenato Botelho2013-02-051-1/+1
|
* Fix indentRenato Botelho2013-02-051-74/+77
|
* 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.
* Remove extra spaces and add closing <tr> tagWarren Baker2012-06-121-1/+1
|
* Enhance the gateways status widget. Show Pending when it's not ready yet, ↵smos2012-06-041-6/+13
| | | | show unknown when it really isn't online.
* Use "Pending" instead of gathering data, which is shortersmos2012-06-041-3/+3
|
* Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage ↵Scott Ullrich2012-02-021-2/+4
| | | | | | into other widgets." - until I find the code that does ajax as well. This reverts commit 1d09d6dbcd80546aec7bc3a91d3c862b00662662.
* Combine RTT and Loss so that IPV6 addresses do not cause spillage into other ↵Scott Ullrich2012-02-021-4/+2
| | | | widgets.
* Add $nocsrf = true;Scott Ullrich2011-01-031-0/+3
|
* Show status as Gathering data rather than unknown since the later seems to ↵Ermal2010-09-161-3/+3
| | | | scary people!
* Ticket #876. Show all gateways even though apinger is not monitoring them, ↵Ermal2010-09-091-25/+35
| | | | for various reasons, this removes user confusion in the status pages.
* Update gateway status properly when fetched via AJAX.jim-p2010-08-161-1/+1
|
* Make some non functional changes, mostly to keep up with latest gw changes. ↵Ermal2010-06-161-4/+4
| | | | Related to Ticket #666
* Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵Ermal2010-06-071-2/+1
| | | | function to find even dynamic gateways ip.
* Actually show other data with gateways status.Ermal2010-06-071-5/+6
|
* Correctly control status of gateways. These code is tripled in these pages ↵Ermal2010-06-071-32/+19
| | | | not sure what is the best solution.
* Fixes #536. More fixes and optimizations on the various functions and status ↵Ermal2010-05-181-8/+8
| | | | pages used for gateways [groups].
* * Remove non-needed grep (we use fifolog now)Scott Ullrich2009-03-161-1/+1
| | | | * Change "No data" to "Gathering data"
* Correctly set the status field HTML text during ajax process.Scott Ullrich2009-03-111-2/+2
|
* Add ajax mojo to gateway status widgetScott Ullrich2009-03-111-5/+12
|
* Minor formatting changes.Scott Ullrich2009-03-101-4/+4
|
* Add loss informationScott Ullrich2009-03-101-1/+5
|
* Show all RTT items correctlyScott Ullrich2009-03-101-0/+6
|
* Report the RTT (delay) as well.Scott Ullrich2009-03-101-5/+8
|
* Use new functionSeth Mos2008-10-301-4/+3
|
* Handle empty monitor address correctlySeth Mos2008-07-031-0/+3
|
* Add Gateways Status WidgetSeth Mos2008-06-181-0/+88
OpenPOWER on IntegriCloud