summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
* | Merge pull request #453 from ExolonDX/branch_22Jim P2013-03-051-7/+7
|\ \ | | | | | | Tidy up "carp_status" widget XHTML
| * | Tidy up "carp_status" widget XHTMLColin Fleming2013-03-051-7/+7
| |/ | | | | | | | | Add ALT to img tags Close img tags
* | Merge pull request #452 from ExolonDX/branch_21Jim P2013-03-051-9/+9
|\ \ | | | | | | Tidy up "captive portal" widget XHTML
| * | Tidy up "captive portal" widget XHTMLColin Fleming2013-03-051-9/+9
| |/ | | | | | | | | Depracated the ampersand in HREF Move nowrap to the class definition.
* | Merge pull request #451 from ExolonDX/branch_05Jim P2013-03-051-18/+18
|\ \ | | | | | | Tidy up "interface status" widget XHTML
| * | Tidy up widget XHTMLColin Fleming2013-03-051-18/+18
| |/ | | | | | | | | | | | | | | | | Close BR tag Close INPUT tag Depcrated ampersand in HREF Added ALT to img tag Added close body tag Added close htm tag
* | Merge pull request #450 from ExolonDX/branch_04Jim P2013-03-051-12/+11
|\ \ | | | | | | Tidy up "interface_statistics" widgets XHTML
| * | Tidy up widget XHTMLColin Fleming2013-03-051-12/+11
| |/ | | | | | | | | Removed duplicte TR tag Move norwap to the class definition.
* | Tidy up widgets XHTMLColin Fleming2013-03-051-5/+7
|/ | | | | | Close BR tag Add CDATA sections to scripts HTML width paramter must be a whole number, not a decimal.
* Services status widget display 1st sentence of descriptionPhil Davis2013-03-041-2/+3
| | | Some packages (e.g. bandwidthd, dansguardian, HAVP, nmap, squid3...) have a very verbose package description. This is displayed in the description column of the services status widget. That makes it take a lot of space on the dashboard. IMHO the first sentence gives a good concise description, so this change just displays the first sentence (text before a "."). Note: I purposely left the "." out of the string, I think it looks neater along with the descriptions of other built-in services - "DHCP Service" "DNS Forwarder"...
* Use common code and constants from services.incPhil Davis2013-02-241-20/+3
| | | to reduce code duplication
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-171-9/+9
| | | | | | | It breaks customizations, it's not a good time for such big change. This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversing changes made to d896f86751bae79625197da6c80d709fdf185448.
* while we're here, send named termination causesMichael Newton2013-02-141-1/+1
|
* use associative array for captive portal to prevent confusion, messiness, ↵Michael Newton2013-02-141-8/+8
| | | | and abuse
* Update dyndns service and widgetbcyrill2013-02-131-71/+89
|
* Add additional dyndns hosts to widgetbcyrill2013-02-131-2/+2
| | | In 2.1 support for HE.net Tunnelbroker, SelfHost, Route 53 and Custom entries has been added.
* Correct filename for dyndns widget cached ipPhil Davis2013-02-131-1/+1
|
* Make a Dynamic DNS status widget available for use on the Status Dashboard ↵Stanley P. Miller2013-02-131-0/+122
| | | | page. See forum toipic: http://forum.pfsense.org/index.php/topic,58278.msg312146.html#msg312146 for the discussion on this.
* 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
|
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-25/+45
| | | | | | | | | | The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
* Tidy up HTML Colour NamesColin Fleming2013-01-162-15/+15
| | | | | 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.
* Update PHP shorthand tagColin Fleming2013-01-143-10/+10
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
|
* Fix: Captive Portal status widgetbcyrill2012-12-291-17/+15
|
* Update usr/local/www/widgets/widgets/log.widget.phpN0YB2012-12-071-6/+49
| | | | Firewall Logs Widget Filtering Options to filter on interfaces, 'pass', 'block', & 'reject'
* Correct syntaxWarren Baker2012-11-221-1/+1
|
* Fix parentheses matchingErik Fonnesbeck2012-11-211-1/+1
|
* Up the char count to include a port numberWarren Baker2012-11-211-1/+1
|
* If destination is larger than 15 then truncate it, otherwise blocks like ↵Warren Baker2012-11-211-1/+1
| | | | VRRP advertisements push the values out
* Add button to switch between read/write and read-only on Diag > NanoBSD; Add ↵jim-p2012-11-121-1/+2
| | | | setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.
* now works againDarren Embry2012-10-261-14/+17
| | | | most likely fixes #2638
* another openvpn-widget layout drawing fix, sorry.PiBa-NL2012-10-021-6/+6
|
* Add option to disable the dashboard auto-update checkjim-p2012-09-271-6/+13
|
* (line endings UNIX format..)PiBa-NL2012-09-162-12/+15
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Refine the formatting of the service status icon a bit depending on its context.jim-p2012-08-131-1/+1
|
* Consolodate a bunch of duplicate service status codejim-p2012-08-101-194/+3
|
* Tack the IPsec interface onto the $ifdescrs array so the widget will display it.smos2012-07-181-0/+2
| | | | Redmine ticket #2546
* Add array check before array item check to miniupnpd service_status widget Marcello Coutinho2012-07-061-1/+1
| | | | related topic: http://forum.pfsense.org/index.php/topic,51205.msg273571.html#msg273571
* Add additional checkbcyrill2012-07-061-1/+1
|
* Fix Captive Portal statusbcyrill2012-07-061-2/+2
|
* Only display "No OpenVPN instance defined" if there really are none.Phil Davis2012-06-271-1/+1
|
* Fix hiding services in the widget that contain a space in the service name.jim-p2012-06-241-1/+1
|
* IGMPproxy, service_status widgetbcyrill2012-06-231-1/+1
|
* Added radvd / Updated Captive Portal service widgetbcyrill2012-06-151-24/+56
|
* Put v6 IP on a new line to save horizontal spacejim-p2012-06-131-3/+2
|
* Remove extra spaces and add closing <tr> tagWarren Baker2012-06-121-1/+1
|
OpenPOWER on IntegriCloud