summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Use "Pending" instead of gathering data, which is shortersmos2012-06-041-3/+3
|
* Add missing div tagjim-p2012-05-281-0/+1
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-251-71/+101
| | | | Implements #1986
* Added load average information to the System Information widgetCristian Feldman2012-05-241-0/+6
|
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-181-11/+1
|
* fix for #2231Darren Embry2012-05-171-2/+0
| | | | Don't activate master "Save Settings" button on traffic graph min/max.
* 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.
* Some updates/optimizations to smart widgetjim-p2012-04-181-31/+45
|
* Add contributed SMART Status widget - ↵jim-p2012-04-171-0/+48
| | | | http://forum.pfsense.org/index.php/topic,48447.0.html
* fix for Bug #2231 --- Dashboard: Traffic Graph: Unable to save settingsDarren Embry2012-04-062-102/+89
|
* fix indentation.Darren Embry2012-04-061-17/+17
|
* Make vips vhid be unique per parent interface!Ermal2012-04-051-1/+1
|
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-1/+1
| | | | https://redmine.pfsense.org/issues/647
* 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.
* Don't use $pconfig in widgets, it has unintended side effects.jim-p2012-02-022-5/+5
|
* Merge pull request #42 from Joecowboy/masterSeth Mos2012-01-251-2/+2
|\ | | | | .
| * Update usr/local/www/widgets/javascript/cpu_graphs.jsJoecowboy2012-01-251-2/+2
| |
* | making small fixes on jQuery codeVinicius Coque2012-01-211-8/+7
| |
* | Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-1/+1
| |
* | The function split() is replaced by the function explode(). Starting with ↵smos2012-01-192-2/+2
| | | | | | | | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* | Fix botched tag, add some line breaksjim-p2012-01-111-4/+4
| |
* | Remove a second, redundant temperature block (there is already one higher up ↵jim-p2012-01-111-13/+0
| | | | | | | | that appears to be functional, this one is not.)
* | Change system info widget fields from <input> to <span> so they don't appear ↵jim-p2012-01-111-8/+8
| | | | | | | | editable, and we aren't bound by their width constraints. (One long one was messing up table width).
* | Merge pull request #37 from Joecowboy/masterJim P2012-01-113-7/+17
|\ \ | |/ | | Dashboard widget fixes and mods
| * Update usr/local/www/widgets/widgets/system_information.widget.phpJoecowboy2012-01-051-1/+3
| |
| * Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); ↵Joecowboy2012-01-051-3/+2
| | | | | | | | causing javascript error exception to be thrown while displaying span
| * Added Temperature back inJoecowboy2012-01-051-1/+10
| |
| * Tweaked the bar graph width.Joecowboy2012-01-051-4/+4
| |
* | Increased the Uptime input field size from 30 to 50 because it was ↵Joecowboy2012-01-061-1/+1
|/ | | | truncating the uptime tweak output text I made.
* 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.
* Require guiconfig.incScott Ullrich2011-12-031-0/+1
|
* Removing scriptaculous effects, now we use jQuery UI for visual effectsVinicius Coque2011-11-214-7/+8
|
* Fix errors caused by javascript code processed by jquery .html() method.Vinicius Coque2011-11-211-1/+3
|
* Converting javascript code from scriptaculous to jQueryVinicius Coque2011-11-151-10/+10
|
* Fix display of CARP widget to properly show Disabled status, bring code more ↵jim-p2011-11-071-30/+32
| | | | in line with the carp status page, and clean it up a bit.
* Add missing ?, fix uname display. Fixes #1960jim-p2011-10-171-1/+1
|
* 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
* Convert prototype code to jQueryVinicius Coque2011-09-271-6/+6
|
* Change mbuf output on dashboard to read total/max, instead of current/total, ↵jim-p2011-08-301-3/+3
| | | | to give a more useful view. Also only use a single netstat command instead of two.
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ↵jim-p2011-08-301-2/+2
| | | | server directive) and also be a little more verbose about what is happening, if we can tell.
* Rework OpenVPN status, show status for shared key servers.jim-p2011-07-271-5/+53
|
* More html fine tuningSeth Mos2011-03-151-1/+1
|
* Add the IPv6 addresses to the interfaces status widgetSeth Mos2011-03-151-45/+47
|
* * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-041-3/+4
| | | | | | | * Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance. * Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier. All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
* Do a more strict check on the return value of the download function. Fixes #1309jim-p2011-02-261-1/+1
|
* Fix update check fix. Skipped a parameter.jim-p2011-02-131-1/+1
|
* Make update check a little more robust. Timeout after a few seconds, and if ↵jim-p2011-02-131-2/+2
| | | | we get a non-200 http code, ignore the response.
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-121-0/+1
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Resolves #1263. Use correct config toggle for detecting alternate url for ↵Ermal2011-02-081-1/+1
| | | | firmware.
OpenPOWER on IntegriCloud