summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/system_information.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 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-111-0/+11
|\ | | | | Dashboard widget fixes and mods
| * Update usr/local/www/widgets/widgets/system_information.widget.phpJoecowboy2012-01-051-1/+3
| |
| * Added Temperature back inJoecowboy2012-01-051-1/+10
| |
* | 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.
* Removing scriptaculous effects, now we use jQuery UI for visual effectsVinicius Coque2011-11-211-1/+2
|
* Fix errors caused by javascript code processed by jquery .html() method.Vinicius Coque2011-11-211-1/+3
|
* Add missing ?, fix uname display. Fixes #1960jim-p2011-10-171-1/+1
|
* 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.
* 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.
* Add $nocsrf = true;Scott Ullrich2011-01-031-1/+2
|
* 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
|
* Show the product_name as the slice "name" for rebrands. Cosmetic only.jim-p2010-10-071-2/+2
|
* Show the architecture after the version number.jim-p2010-08-111-0/+5
|
* Show the CPU Frequency on the dashboard if it's not running at full speed ↵jim-p2010-06-301-1/+13
| | | | (due to powerd)
* Fix dashboard version check for nanobsdjim-p2010-06-231-1/+8
|
* Add nanobsd size to system info widget after platform.jim-p2010-05-261-1/+6
|
* Relocate some NanoBSD functions to a central place. Change NanoBSD ↵jim-p2010-04-231-3/+11
| | | | diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
* Update system information widget to use new version checking mechanism.jim-p2010-04-161-8/+9
|
* Fix auto update checking and showing always there is an update available.Ermal2010-03-191-19/+12
|
* Add priv.defs.inc to authgui.incsullrich2009-12-031-1/+1
|
* Rework includes a bitsullrich2009-12-031-1/+0
|
* Add a line on sys info widget for NanoBSD boot slice if the platform is nanobsdjim-p2009-09-051-0/+10
|
* Reeturn false to prevent page from movingScott Ullrich2009-05-041-1/+1
|
* Allow clicking on the Version and expand it with uname -a via Ajax magic.Scott Ullrich2009-05-041-2/+5
|
* Add hideplatformScott Ullrich2009-03-241-0/+2
|
* Wait about 4 seconds before checking if an update is availableScott Ullrich2009-03-091-1/+1
|
* s/Updating in 5 seconds/Updating in 10 seconds/Scott Ullrich2009-03-081-1/+1
|
* Delay status check by 2 secondsScott Ullrich2008-12-021-10/+13
|
* Add <br/>Scott Ullrich2008-12-021-1/+1
|
* Populate div initially.Scott Ullrich2008-12-021-1/+1
|
* Convert update check to AJAX.Scott Ullrich2008-12-021-42/+53
|
* Use host with a timeout of 1 second to query the update ip address.Scott Ullrich2008-12-021-1/+7
| | | | | | If we cannot resolve the IP address within 1 second show that an update is not available instead of hanging the webConfigurator while waiting for DNS timeouts.
* format error fixScott Dale2008-07-081-1/+1
|
* show error correctly and display current version is up to dateScott Dale2008-07-081-8/+14
|
* remove un-needed code, refine update check errorScott Dale2008-07-051-26/+16
|
* show when new firmware is availableScott Dale2008-07-051-1/+43
|
* Get integer value of last config change which might be empty butSeth Mos2008-06-131-1/+1
| | | | prevents parse error. Notably on a alix or wrap on first install.
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-301-1/+13
|
* Show FreeBSD version as well.Scott Ullrich2007-12-021-0/+2
|
OpenPOWER on IntegriCloud