Added load average information to the System Information widget
System info widget on dashboard now updates CPU Frequency automatically
Change system info widget fields from <input> to <span> so they don't appear editable, and we aren't bound by their width constraints. (One long one was messing up table width).
Fixed Javascript error in function updateInterfaces(x)Removed the return that revented the updates to widgets in function stats(x)Tweaked Javascript code in function updateTemp(x) for temperature output
Converting from scriptaculous to jQuery
Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
Convert dashboard ajax code from Prototype to jQuery
Check if a widget is null before testing a property. Fixes skipped updates on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before)
Fix ajax updating of fields when the CPU graph widget is not in use.
a little cleaner JS
View revisions
Also available in: Atom