Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a6d96f9b 12/05/2013 08:05 PM Jim Pingle

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

f8b00778 07/16/2013 08:09 PM Jim Pingle

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

bdc3d5ca 07/16/2013 07:39 PM Jim Pingle

Add a meter for states, too

e4a0be9b 07/16/2013 07:08 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

f8b14770 03/14/2009 03:13 AM Bill Marquette

Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense

d2c5fcc1 03/11/2009 10:35 PM Scott Ullrich
  • Make function opening braces uniform.
  • Minor documentation additions
98509219 03/11/2009 10:32 PM Scott Ullrich

Ensure that the gateway widget exists before populating data during ajax calls.

e0a16925 03/11/2009 10:02 PM Scott Ullrich

Change to 11 second refresh, a lot of underlying information refreshes
every 10 seconds.

3dfa6a52 03/11/2009 09:28 PM Scott Ullrich

Add ajax mojo to gateway status widget

37fea5cc 03/09/2009 03:08 AM Scott Ullrich

Graph value on the GraphLink graph, too

5f00df88 03/08/2009 10:10 PM Scott Ullrich

Test to make sure items exist before trying to get their properties

23a54db3 03/08/2009 09:44 PM Scott Ullrich

Change update interval for sajax to 10000

f9b7608e 03/17/2008 09:49 PM Scott Dale

correct definitions

34eac803 03/17/2008 01:55 AM Scott Dale

Show loading icon while loading new widget through AJAX. Note: loading icon needs improvement.

9c0fa9d5 12/30/2007 09:07 PM Scott Dale

new ajax functions for dashboard

670fe849 01/16/2006 10:33 PM Scott Ullrich

Add ajaxStarted which will tell if Ajax has started.

922b4420 01/06/2006 09:21 PM Scott Ullrich

Use a for() loop

4cb423d5 01/06/2006 09:04 PM Scott Ullrich

Der, this is JS, not PHP.

55bade0b 01/06/2006 08:40 PM Scott Ullrich

Check all AJAX values. If any of them are undefined then return.

8e325304 01/01/2006 04:21 AM Scott Ullrich

Change refresh rate to 7000

876bb30f 01/01/2006 03:11 AM Scott Ullrich

Do not process undefined items

f78b47e3 10/23/2005 11:22 PM Scott Ullrich

MFC 7117
Temperature is in Celsius not in percentages

92ab0566 09/18/2005 05:00 AM Erik Kristensen

Fixed a Merge

fb4d93ac 09/18/2005 03:31 AM Scott Ullrich

increase to 4000

d3f34fae 09/18/2005 03:23 AM Scott Ullrich

increase to 3.5 seconds

5872171a 09/18/2005 02:33 AM Scott Ullrich

Change refresh to 2 seconds

61381bd9 09/15/2005 05:58 AM Scott Ullrich

woops, wrong file

a5c4926e 09/15/2005 05:58 AM Scott Ullrich

Move connection aborted check up further

85c54575 09/15/2005 05:49 AM Scott Ullrich

Correct cpu meters

7979a809 09/15/2005 03:21 AM Bill Marquette

Make temp monitor really work - make a little more modular too

1804023d 09/15/2005 02:55 AM Bill Marquette

Make 4801 temp monitor work (and make it work with sajax)

c07d326e 09/13/2005 05:10 AM Scott Ullrich

Change refresh to 5000

c15a0061 09/11/2005 09:02 PM Erik Kristensen

Update time now 10 seconds.

d772ac32 09/11/2005 06:17 AM Erik Kristensen

Added SAJAX support.
System Meters are updated via AJAX now.
Started XHTML/CSS cleanup.