Project

General

Profile

Download (4.65 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5c43e7bd 12/05/2013 08:09 PM Jim Pingle

Also account for a widget being null/not defined, and not just closed/open.

bc0a344b 08/14/2013 02:09 PM Charlie Marshall

convert dashboard progress bars to jqueryUI

2cb760da 07/16/2013 08:09 PM Jim Pingle

Some more tweaks to state and mbuf update/output on dashboard widget.

4a83831c 07/16/2013 07:39 PM Jim Pingle

Add a meter for states, too

8ff9cc38 07/16/2013 07:09 PM Jim Pingle

Make mbufs update via ajax

25a46a3c 05/24/2012 09:52 PM Cristian Feldman

Added load average information to the System Information widget

4dedd18a 05/18/2012 03:53 AM Cristian Feldman

System info widget on dashboard now updates CPU Frequency automatically

3a94345c 01/11/2012 04:48 PM Jim Pingle

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).

e54d3461 01/06/2012 12:04 AM Daniel Rasmussen

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

c69c58e2 11/16/2011 02:12 AM Vinícius Coque

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

b1678e2d 09/27/2011 10:31 PM Vinícius Coque

Convert dashboard ajax code from Prototype to jQuery

2100a454 09/13/2011 05:57 PM Jim Pingle

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).

6a71611f 10/07/2010 01:30 PM Jim Pingle

Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before)

15c5b5d6 08/17/2010 05:00 PM Jim Pingle

Fix ajax updating of fields when the CPU graph widget is not in use.

bae568cc 03/14/2009 07:20 AM Bill Marquette

a little cleaner JS

01da41cf 03/14/2009 06:26 AM Bill Marquette

Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code