Commit Graph

229 Commits

Author SHA1 Message Date
jim-p
454ea76760 Add missing div tag 2012-05-28 13:53:10 -04:00
jim-p
6e0b68bfde List logged-in IPsec xauth users and provide a mechanism to disconnect them. Implements #1986 2012-05-25 16:42:07 -04:00
Cristian Feldman
25a46a3cb2 Added load average information to the System Information widget 2012-05-24 18:52:27 -03:00
Cristian Feldman
4dedd18a80 System info widget on dashboard now updates CPU Frequency automatically 2012-05-18 00:53:21 -03:00
Darren Embry
dcb94db5d8 fix for #2231
Don't activate master "Save Settings" button on traffic graph min/max.
2012-05-17 15:43:53 -04:00
jim-p
e6b16f8945 Fix redirect when saving settings in the widget, it was landing on the widget page instead of returning to the dashboard. 2012-05-14 10:02:21 -04:00
jim-p
c91e242e60 Some updates/optimizations to smart widget 2012-04-18 10:17:34 -04:00
jim-p
2f0a49e922 Add contributed SMART Status widget - http://forum.pfsense.org/index.php/topic,48447.0.html 2012-04-17 11:39:58 -04:00
Darren Embry
ee965a5c7b fix for Bug #2231 --- Dashboard: Traffic Graph: Unable to save settings 2012-04-06 19:45:25 -04:00
Darren Embry
556e760dc0 fix indentation. 2012-04-06 17:43:26 -04:00
Ermal
7b47bd4c3c Make vips vhid be unique per parent interface! 2012-04-05 20:22:01 +00:00
Darren Embry
f97a5b0419 Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
2012-03-22 21:25:58 -04:00
Scott Ullrich
317b7e43bf Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.
This reverts commit 1d09d6dbcd.
2012-02-02 19:03:35 -05:00
Scott Ullrich
1d09d6dbcd Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets. 2012-02-02 18:58:05 -05:00
jim-p
eb7454c449 Don't use $pconfig in widgets, it has unintended side effects. 2012-02-02 10:12:50 -05:00
Seth Mos
6f0dc800b7 Merge pull request #42 from Joecowboy/master
.
2012-01-25 22:38:08 -08:00
Joecowboy
83e7491df5 Update usr/local/www/widgets/javascript/cpu_graphs.js 2012-01-25 22:46:38 -06:00
Vinicius Coque
86cf36813d making small fixes on jQuery code 2012-01-21 18:08:09 -02:00
smos
2ce660ad4d Unbreak a number of explode() replacements which required preg_split() 2012-01-20 12:18:13 +01:00
smos
cfbfd9412b The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings
2012-01-19 20:33:41 +01:00
jim-p
b70151ae3b Fix botched tag, add some line breaks 2012-01-11 11:59:05 -05:00
jim-p
4892d70982 Remove a second, redundant temperature block (there is already one higher up that appears to be functional, this one is not.) 2012-01-11 11:51:09 -05:00
jim-p
3a94345cea 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). 2012-01-11 11:48:11 -05:00
Jim P
c6678f31b0 Merge pull request #37 from Joecowboy/master
Dashboard widget fixes and mods
2012-01-11 08:17:38 -08:00
Joecowboy
d9c059ba8c Increased the Uptime input field size from 30 to 50 because it was truncating the uptime tweak output text I made. 2012-01-06 11:25:59 -06:00
Joecowboy
135a095656 Update usr/local/www/widgets/widgets/system_information.widget.php 2012-01-05 19:13:50 -06:00
Joecowboy
cbac040da5 Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span 2012-01-05 18:21:13 -06:00
Joecowboy
24d515348c Added Temperature back in 2012-01-05 18:16:23 -06:00
Joecowboy
e7d6136d86 Tweaked the bar graph width. 2012-01-05 18:12:25 -06:00
jim-p
d524b32be5 Do not redirect on saving services status widget, the headers have been sent by this point and it can't happen. 2011-12-21 09:01:41 -05:00
Scott Ullrich
895972448e Require guiconfig.inc 2011-12-03 17:54:37 -05:00
Vinicius Coque
030e4b3102 Removing scriptaculous effects, now we use jQuery UI for visual effects 2011-11-21 19:46:00 -02:00
Vinicius Coque
5d0d5eb08e Fix errors caused by javascript code processed by jquery .html() method. 2011-11-21 19:43:10 -02:00
Vinicius Coque
a02ecc943f Converting javascript code from scriptaculous to jQuery 2011-11-15 16:09:31 -02:00
jim-p
64d8482511 Fix display of CARP widget to properly show Disabled status, bring code more in line with the carp status page, and clean it up a bit. 2011-11-07 12:32:38 -05:00
jim-p
7cc56826c8 Add missing ?, fix uname display. Fixes #1960 2011-10-17 11:13:12 -04:00
jim-p
d353423564 Add relayd to Status > Services and widget. Add capability to kill when restarting instead of a simple reload. Implements #1913 2011-09-28 11:39:49 -04:00
Vinicius Coque
f910c29e93 Convert prototype code to jQuery 2011-09-27 19:31:19 -03:00
jim-p
7a21d1b8d9 Change mbuf output on dashboard to read total/max, instead of current/total, to give a more useful view. Also only use a single netstat command instead of two. 2011-08-30 12:54:29 -04:00
jim-p
453d9c96dd Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell. 2011-08-30 09:48:20 -04:00
jim-p
95305736ab Rework OpenVPN status, show status for shared key servers. 2011-07-27 11:37:18 -04:00
Seth Mos
8336846a33 More html fine tuning 2011-03-15 16:30:01 +01:00
Seth Mos
8525bd86e1 Add the IPv6 addresses to the interfaces status widget 2011-03-15 16:30:00 +01:00
Ermal
006802ab98 * Prevent concurrent logins on CP to not be recorded on the DB.
* Make the locking more complex to avoid locking exclusively during pruning task which would hurt a lot CP performance.
* Retire the disconnect_client and make all the disconnect functions use the sessionid as identifier.

All this was triggered by: http://forum.pfsense.org/index.php/topic,33879.0.html
2011-03-04 20:15:22 +00:00
jim-p
4ed69f3394 Do a more strict check on the return value of the download function. Fixes #1309 2011-02-26 14:20:00 -05:00
jim-p
b5993a0205 Fix update check fix. Skipped a parameter. 2011-02-13 16:54:25 -05:00
jim-p
d164643a35 Make update check a little more robust. Timeout after a few seconds, and if we get a non-200 http code, ignore the response. 2011-02-13 11:14:26 -05:00
Ermal
5ee6a4571f Remove any previous file with the same name as the one that will be downloaded. This avoid the gui to always show update availble even though the site could not be reached. 2011-02-12 18:33:09 +00:00
Ermal
c3606a3b47 Resolves #1263. Use correct config toggle for detecting alternate url for firmware. 2011-02-08 14:20:59 +00:00
jim-p
5ded8bab16 Catch the OpenVPN widget up to the status page code for killing clients. 2011-01-31 15:46:23 -05:00