summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/services_status.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Protect servicestatusfilter parameter with htmlspecialchars()Renato Botelho2014-06-171-1/+1
|
* The service status icon (get_service_status_icon) is not always in a table.N0YB2014-01-261-0/+2
| | | | | | | So the caller should apply table td element, rather than the function. Document type does not allow element "td" here <td class="listr" align="center"> The element named above was found in a context where it is not allowed.
* Do not display disabled services on services status widgetphildd2013-04-011-1/+1
|
* Services Status Widget remove leftover >Phil Davis2013-03-091-1/+1
|
* Tidy up "services" widget XHTMLColin Fleming2013-03-051-13/+15
| | | | | | | | | Added ALT to img tags Closed off IMG tags Deprecated the ampersand in HREF tag Added summary to table tags Moved nowrap to class definition Tidied up the CDATA section in scripts.
* 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"...
* 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
|
* 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
|
* 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
|
* Fix redirect when saving settings in the widget, it was landing on the ↵jim-p2012-05-141-0/+1
| | | | widget page instead of returning to the dashboard.
* Don't use $pconfig in widgets, it has unintended side effects.jim-p2012-02-021-4/+4
|
* Do not redirect on saving services status widget, the headers have been sent ↵jim-p2011-12-211-1/+0
| | | | by this point and it can't happen.
* Add relayd to Status > Services and widget. Add capability to kill when ↵jim-p2011-09-281-0/+7
| | | | restarting instead of a simple reload. Implements #1913
* Sort services on the services status page and widget.jim-p2011-01-101-0/+7
|
* Add $nocsrf = true;Scott Ullrich2011-01-031-0/+2
|
* Don't use pconfig in a widget, it can cause issues with other widget settings.jim-p2010-11-021-43/+43
|
* Sync service status widget code with service status page. Fixes #984jim-p2010-11-011-80/+104
|
* More fixes to status services.Ermal2010-08-311-1/+1
|
* Fix typojim-p2010-02-151-1/+1
|
* Change variable name to avoid clobbering one by the same name in the ↵jim-p2010-02-151-43/+43
| | | | Dashboard. Fixes all kinds of fun Dashboard issues. Any widget directly after the Services Status one would mess up in some way.
* Fix services status widget to use the same code as the services status page. ↵jim-p2010-01-201-31/+59
| | | | Might need to move this into a common file in the near future to avoid code duplication.
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-7/+0
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Fix includes for the widget too.Ermal Luçi2009-07-101-2/+1
|
* Configurable filtering for Services Status widgetjim-p2009-04-051-1/+24
|
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Continue interface improvementsErmal Luçi2008-06-211-5/+6
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-301-0/+5
|
* Add services status widget. Submitted-by: morbus via forumScott Ullrich2007-07-051-0/+163
OpenPOWER on IntegriCloud