fix for Bug #2231 --- Dashboard: Traffic Graph: Unable to save settings
fix indentation.
Merge pull request #42 from Joecowboy/master
.
Update usr/local/www/widgets/javascript/cpu_graphs.js
making small fixes on jQuery code
Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span
Removing scriptaculous effects, now we use jQuery UI for visual effects
Replace SVG graph with Graphlink Ajax graph that used to be inHEAD before the Dashboard import.
Pause by default.
show configuration screen to allow option to display detail IPsec info (will help with load times for many tunnels)
allow user to configure refresh interval. Default is 3 seconds
save widget settings
Widget base. Note: changes to widgets are not saved yet.