summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/system_information.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* 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.
* Some more tweaks to state and mbuf update/output on dashboard widget.jim-p2013-07-161-4/+3
|
* Add a meter for states, toojim-p2013-07-161-1/+5
|
* Fix idsjim-p2013-07-161-1/+1
|
* Make mbuf usage a meter, too.jim-p2013-07-161-2/+4
|
* Show totals for memory, swap, and disk usage.jim-p2013-07-161-3/+3
|
* Make dashboard update check respect nanobsd-vga, probably fixes #3078jim-p2013-07-071-1/+5
|
* Add a way to hide the uname easily.jim-p2013-04-231-0/+2
|
* No need to set it for the system information widgetErmal2013-03-211-2/+0
|
* Tidy up widgets XHTMLColin Fleming2013-03-051-5/+7
| | | | | | Close BR tag Add CDATA sections to scripts HTML width paramter must be a whole number, not a decimal.
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
|
* Add button to switch between read/write and read-only on Diag > NanoBSD; Add ↵jim-p2012-11-121-1/+2
| | | | setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.
* Add option to disable the dashboard auto-update checkjim-p2012-09-271-6/+13
|
* 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
|
OpenPOWER on IntegriCloud