summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/gateways.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* GW widget input form name-id needs to be uniquePhil Davis2015-06-231-1/+1
| | | | | among all widget forms. Traffic Graphs widget already uses the vanilla name "iform". Reusing that name causes Traffic Graphs widget graph display state (show/hide) not to be saved if GW widget was also displayed on the dashboard. This fixes it.
* Display monitor IP on Gateways widgetPhil Davis2015-06-201-10/+91
| | | | | | | | | | | | | | | | | This change adds a setting for the Gateways dashboard widget so the user can choose to display the Gateway IP, Monitor IP or both. If "both" is chosen and the Gateway IP is the Monitor IP, then only the Gateway IP is shown - i.e. the same IP address is not repeated on the widget display. If "both" is chosen and the Monitor IP is different to the Gateway IP then the Monitor IP is shown in () brackets after the Gateway IP. If "Monitor IP" is chosen and there is no special Monitor IP defined, then the Gateway IP is displayed (which is also the Monitor IP). If "Gateway IP" is chosen then the widget behaves as it does now. "Gateway IP" is the default. I find this handy because the Gateways widget reports RTT (latency) and loss figures that are actually for pings to the Monitor IP. So it seems useful to be able to display the Monitor IP in the widget.
* Widgets code stylePhil Davis2015-04-171-8/+12
|
* Fix lineup of copyright linesPhil Davis2015-01-011-22/+22
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Tidy up "widgets" XHTMLColin Fleming2014-12-141-0/+4
| | | | | | | | Add CDATA sections to scripts Add ALT to image tags and close image tags DIV tag cannot be inside a STRONG tag, so swap them around SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but hide it.
* Use proper listr class for Gateways Widget StatusPhil Davis2014-12-051-1/+6
| | | | | The Gateways Widget Status was not using the listr class, and so it was missing the borders for the right and bottom of its box. Use the listr class. Then use javascript to explicitly set the background-color to match the status, overriding the white that is specified in listr.
* Fix gateway widget status updatePhil Davis2014-12-051-1/+1
| | | Redmine #4077
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+3
|
* Tidy up "gateways.widget.php" XHTMLColin Fleming2014-09-141-1/+1
| | | | Remove invalid "summary" attribute from TD tag
* improve look of gateways widgetCharlieMarshall2014-08-251-33/+13
|
* Better string checkN0YB2014-06-131-5/+6
|
* Remove htmlspecialchars() call for a fixed string.N0YB2014-06-131-1/+1
|
* Populate gateway address field with tilde if there is no address or friendly ↵N0YB2014-06-081-0/+2
| | | | | | interface. This is to match the update data.
* standardize on https on www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* Add an option to force a gateway to be down, it fixes #2847Renato Botelho2014-01-061-1/+4
|
* fix title overlapCharlie Marshall2013-07-271-1/+2
|
* improve gateway widget dimensionsCharlie Marshall2013-07-271-14/+15
|
* 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