Fix ajax updating of fields when the CPU graph widget is not in use.
a little cleaner JS
Sajax is no more, long live PrototypeThis eliminates one AJAX library, but not all "non-Prototype" AJAX code
Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense
Ensure that the gateway widget exists before populating data during ajax calls.
Change to 11 second refresh, a lot of underlying information refreshesevery 10 seconds.
Add ajax mojo to gateway status widget
Graph value on the GraphLink graph, too
Test to make sure items exist before trying to get their properties
Change update interval for sajax to 10000
correct definitions
Show loading icon while loading new widget through AJAX. Note: loading icon needs improvement.
new ajax functions for dashboard
Add ajaxStarted which will tell if Ajax has started.
Use a for() loop
Der, this is JS, not PHP.
Check all AJAX values. If any of them are undefined then return.
Change refresh rate to 7000
Do not process undefined items
MFC 7117Temperature is in Celsius not in percentages
Fixed a Merge
increase to 4000
increase to 3.5 seconds
Change refresh to 2 seconds
woops, wrong file
Move connection aborted check up further
Correct cpu meters
Make temp monitor really work - make a little more modular too
Make 4801 temp monitor work (and make it work with sajax)
Change refresh to 5000
Update time now 10 seconds.
Added SAJAX support.System Meters are updated via AJAX now.Started XHTML/CSS cleanup.