initial drag/drop WIP, working on backup/restore page
started migration to bootstrap
javascript normalization
Detect Zones and Cores for thermal sensors using regex, it fixes #3337
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
fix for #2231
Don't activate master "Save Settings" button on traffic graph min/max.
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.