summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets
Commit message (Expand)AuthorAgeFilesLines
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-192-2/+2
* 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
* Change system info widget fields from <input> to <span> so they don't appear ...jim-p2012-01-111-8/+8
* Merge pull request #37 from Joecowboy/masterJim P2012-01-113-7/+17
|\
| * Update usr/local/www/widgets/widgets/system_information.widget.phpJoecowboy2012-01-051-1/+3
| * Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causin...Joecowboy2012-01-051-3/+2
| * 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 truncating...Joecowboy2012-01-061-1/+1
|/
* Do not redirect on saving services status widget, the headers have been sent ...jim-p2011-12-211-1/+0
* 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
* Add missing ?, fix uname display. Fixes #1960jim-p2011-10-171-1/+1
* Add relayd to Status > Services and widget. Add capability to kill when resta...jim-p2011-09-281-0/+7
* 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
* Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ser...jim-p2011-08-301-2/+2
* 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
* 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 w...jim-p2011-02-131-2/+2
* Remove any previous file with the same name as the one that will be downloade...Ermal2011-02-121-0/+1
* Resolves #1263. Use correct config toggle for detecting alternate url for fir...Ermal2011-02-081-1/+1
* Catch the OpenVPN widget up to the status page code for killing clients.jim-p2011-01-311-8/+17
* Sort installed packages in a case insensitive way on the widget and installed...jim-p2011-01-101-1/+1
* Whitespace fixesjim-p2011-01-101-90/+83
* Sort services on the services status page and widget.jim-p2011-01-101-0/+7
* Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-091-1/+1
* fix CP dashboard widgetChris Buechler2011-01-031-0/+1
* Add $nocsrf = true;Scott Ullrich2011-01-0317-1/+38
* Use convert_friendly_interface_to_friendly_descr in the wol widget, just like...jim-p2010-12-271-5/+1
* Use strtoupper herejim-p2010-12-271-1/+1
* Use correct lock.Ermal2010-12-221-1/+1
* Add contributed WOL widget. Resolves #1103jim-p2010-12-152-0/+85
* Replace the LB status widget completely with one that supports the current LB...jim-p2010-12-141-116/+121
* make rebrand-friendlyChris Buechler2010-12-091-1/+1
* Deactivate cpu graph. Will bring back in 2.1Scott Ullrich2010-11-291-0/+0
* include broadcast address to allow dhcp to work.Ermal2010-11-261-1/+0
* Ticket #1023. Correct the widget code bringing it full speed with latest carp...Ermal2010-11-232-6/+7
* Avoid exec() and use php calls.Ermal2010-11-161-7/+3
* Fix case of variable name for swap usage. Ticket #477Erik Fonnesbeck2010-11-141-1/+1
* Ticket #980. Bring CP widget up to date. Also bind lighty for CP to 127.0.0.1...Ermal2010-11-031-26/+30
* Don't use pconfig in a widget, it can cause issues with other widget settings.jim-p2010-11-021-43/+43
OpenPOWER on IntegriCloud