summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Fix firewall log widget rule lookup to consider tracker id.jim-p2014-05-081-1/+1
|
* Tidy up "system_information.widget.php" XHTMLColin Fleming2014-04-011-5/+7
| | | | | Add CDATA secttions to script Remove link to CSS file and place it in HEAD.INC and add "type"
* javascript normalization ayvis2014-03-261-2/+2
|
* removed duplicate type=text/javascriptayvis2014-03-255-7/+4
| | | added type for <script>
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-254-5/+5
|\ | | | | replaced uppercase html tags with lowercase
| * replaced uppercase html tags with lowercaseayvis2014-03-194-5/+5
| | | | | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* | Detect Zones and Cores for thermal sensors using regex, it fixes #3337Renato Botelho2014-03-211-25/+8
|/
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-179-22/+22
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-149-22/+22
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize URLsChris Buechler2014-03-141-2/+2
| |
* | standardize on https on www.pfsense.orgChris Buechler2014-03-1414-14/+14
|/
* Merge pull request #938 from nagyrobi/patch-12Ermal Luçi2014-02-191-0/+503
|\ | | | | Create ntp_status.widget.php
| * Update ntp_status.widget.phpnagyrobi2014-02-181-1/+1
| | | | | | fixed tail path
| * Update ntp_status.widget.phpnagyrobi2014-02-181-2/+2
| | | | | | Updated errorneous paths. Sorry.
| * Create ntp_status.widget.phpnagyrobi2014-02-181-0/+503
| | | | | | Dedicated widget which has a javascript clock showing the server time accurately, and based on NTP's running state displays information about sync source, GPS state etc. It refreshes contents every minute, without reloading the entire page.
* | Create ntp_status.incnagyrobi2014-02-181-0/+5
|/ | | NTP widget helper
* Add an option to force a gateway to be down, it fixes #2847Renato Botelho2014-01-061-1/+4
|
* added missing quotesdwayne voelker2013-12-071-1/+1
| | | | thx rbgarga
* Allow setting a default scale type preference for the traffic graphs widgetdwayne voelker2013-12-071-0/+25
| | | | | | | | | | | | | | I originally submitted this at https://redmine.pfsense.org/issues/2994 but it seems that is not used for commits now so I am adding it here. It works great on my box, and I can't see these changes causing any issues on other types. I like to have Autoscale (follow) set for the traffic graphs widget and hate having to click on Autoscale (up) to change it to follow every time I enter the dashboard page. This preference is written to the traffic graph widget section in config.xml
* Use _vip as identified for CARP vip IPs to allow easier upgrade code. This ↵Ermal2013-12-061-3/+2
| | | | way only ipaliases on carp need to be upgraded.
* Provide proper interface for getting carp statusErmal2013-12-051-1/+1
|
* Remove references to _vip interface and provide proper configuration for ↵Ermal2013-11-281-2/+2
| | | | carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code
* Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-231-2/+2
|
* Merge pull request #855 from ExolonDX/branch_01Renato Botelho2013-11-151-7/+11
|\ | | | | Tidy up the "Helper Icons"
| * Tidy up the "Helper Icons"Colin Fleming2013-11-141-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Helper Icons" at the top right of some service pages at present produces 30+ HTML errors/warnings, this is due to the table cell being wrapped in a span statement then in a div statement, table cells can only be part of a table row then within a table statement. - remove the table cell definitions from /etc/inc/service-utils.inc - add the table cell definition from /etc/inc/service-utils.inc to /usr/local/www/status_services.php and add some logic to determine if the service is running which will then determine which class statement to use and pad the icon with a space - apply the same table cell definition and logic as above to /usr/local/www/widgets/widgets/services_status.widget.php
* | Tidy up "interface_statistics.widget.php"Colin Fleming2013-11-141-2/+0
|/ | | | | Remove padding surrounding the main table, makes the widget have the same "look and feel" as the other widgets.
* cleanup interfaces.widget.phpCharlie Marshall2013-10-251-18/+0
|
* Fix display of pools in the LB status widget and on the LB Virtual Server ↵jim-p2013-10-031-1/+1
| | | | status.
* Traffic graphs widget has old interface namesphildd2013-09-291-1/+1
| | | Fixes bug #3245
* Show a count of the CPUs if more than one is detected, and show how those ↵jim-p2013-08-301-0/+5
| | | | CPUs are supplied by the hardware.
* Add patch from the ticket to fix #3149jim-p2013-08-201-3/+15
|
* fix swap & tempCharlie Marshall2013-08-151-7/+8
|
* convert dashboard progress bars to jqueryUICharlie Marshall2013-08-141-19/+29
|
* remove whitespaces from widgetsCharlie Marshall2013-08-067-95/+95
|
* remove whitespacesCharlie Marshall2013-08-051-17/+17
|
* fix / make textarea full widthCharlie Marshall2013-08-051-1/+1
|
* typosCharlie Marshall2013-08-021-2/+2
|
* add missing links to widget headersCharlie Marshall2013-08-014-0/+16
| | | | correct links
* tighten overly broad regexes for SMART monitoringDaniel Becker2013-07-301-1/+1
|
* Catch adaX here toojim-p2013-07-301-2/+2
|
* fix title overlapCharlie Marshall2013-07-271-1/+2
|
* improve gateway widget dimensionsCharlie Marshall2013-07-271-14/+15
|
* Merge pull request #731 from CharlieMarshall/graphsRenato Botelho2013-07-261-1/+1
|\ | | | | change traffic graph widget width & height to improve look for pfsense_ng_fs theme
| * change graph display to improve look for pfsense_ng_fs themeCharlie Marshall2013-07-251-1/+1
| |
* | Add 'ALL' interfaces as an option to the dropdown menuCharlie Marshall2013-07-261-0/+1
| |
* | fix drop down menu to correctly use selected and remember stateCharlie Marshall2013-07-261-1/+1
| |
* | remove another whitespaceCharlie Marshall2013-07-261-1/+1
| |
* | remove white spacesCharlie Marshall2013-07-261-6/+6
| |
* | revert part of commit 4cfcbd3 - removes blank option on firewall log widget ↵Charlie Marshall2013-07-261-2/+2
| | | | | | | | drop down menu
* | remove new line (opps didnt see this on previous commit)Charlie Marshall2013-07-251-1/+1
| |
OpenPOWER on IntegriCloud