Commit Graph

210 Commits

Author SHA1 Message Date
jim-p
4a83831c53 Add a meter for states, too 2013-07-16 15:39:19 -04:00
jim-p
8ff9cc387b Make mbufs update via ajax 2013-07-16 15:09:18 -04:00
Renato Botelho
c251f8ccc8 Make synamic firewall logs and widget add new rows:
The Dynamic Firewall Log page doesn't add rows, it only updates the php
generated rows which means that if it's loaded after the log is cleared,
it'll never show any activity. The same occurs for the log widget.

This pacth fix this issue moving from absolutely sized spans to tables.

It should fix #2763
2013-01-25 15:16:47 -02:00
Ermal
aca65de524 Cleanup unused pages that was supposed for upload_progress bars 2013-01-05 13:42:29 +00:00
N0YB
cbeed53936 Update usr/local/www/javascript/filter_log.js
Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
2012-12-07 02:42:21 -08:00
PiBa-NL
426fc7d389 table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now sort properly. 2012-11-06 00:54:09 +01:00
Darren Embry
219d9eb9a9 fix #2639 (country interface selector in interfaces_ppps_edit.php)
also make ppps_edit more jslint ready for good measure
2012-10-26 16:40:07 -04:00
PiBa-NL
f06f7cc0c2 (line endings UNIX format..)
Firewall log alternating colored rows
Firewall log sortable
Fixed several sorting issues in widgets and other pages
Sorting now possible on multiple rows in the header tables
Sorting now possible for text that starts with IPv4:port
2012-09-16 12:17:17 +02:00
PiBa-NL
32f8552e8a Show/hide toggle 2012-09-10 17:32:52 +02:00
PiBa-NL
52b2726831 Added a setting for configuring the firewall log to either:
-Not load descriptions
-Show descriptions in a column
-Show descriptions on a second row (after a click on 'show descriptions')

'fixed' a few html validation issues..
2012-09-10 16:32:28 +02:00
Darren Embry
f5df5e8415 re-indentation. 2012-06-22 14:27:20 -04:00
Charlie Root
4e8854c66a improve alias popup in firewall_rules
include url_table list up to 10000 items
read alias only on mouseover
use table to list columns
show edit shortcut
show total items value on popup description
2012-06-16 17:58:51 +00:00
Marcello Coutinho
43b1760c40 fix jquery+domtt notices css on all themes 2012-06-09 00:56:05 -03:00
Marcello Coutinho
005ac3ca4c convert menu alerts/notices to jquery + domtt 2012-06-08 16:50:32 -03:00
Cristian Feldman
25a46a3cb2 Added load average information to the System Information widget 2012-05-24 18:52:27 -03:00
Ermal
1346306cf7 Allow 802.1p tags to be controlled from firewall rules edit screen 2012-05-18 19:49:41 +00:00
Cristian Feldman
4dedd18a80 System info widget on dashboard now updates CPU Frequency automatically 2012-05-18 00:53:21 -03:00
Erik Fonnesbeck
0b4ae4b5ca Check for this function before calling it to avoid an error when hitting that line for pages that don't include the js file for it. 2012-04-07 15:55:12 -06:00
Scott Ullrich
48cb641a81 Merge pull request #78 from Whizkidzz/master
Added "interface_selection" to enable interface selection in tinydns
2012-04-06 10:16:06 -07:00
whizkidzz
de69fab34c Added interface_selection for use in tinydns
Corrected the use of objectsize so that if its "undefined" the correct "rowsize[]" is used
which if used outside the for loop was also "undefined"
2012-04-06 16:01:17 +02:00
Darren Embry
b771e46942 change behavior a bit on #bits dropdown
this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2
2012-04-05 19:09:19 -04:00
jim-p
1ab1f0a988 Fix newlines 2012-04-04 11:34:47 -04:00
Darren Embry
f51d5d57a6 feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input
http://redmine.pfsense.org/issues/2320
2012-03-28 18:50:02 -04:00
Darren Embry
980ded5a1b prep work for feature #2320: stub js function 2012-03-28 16:58:22 -04:00
Darren Embry
a94c3e438a prep work for feature #2320: tag dynamic fields for ipv4v6 2012-03-28 16:57:57 -04:00
Darren Embry
ce49a7c9f2 Add date/time picker to Custom RRD graphs.
from: http://trentrichardson.com/examples/timepicker/
2012-03-23 13:35:32 -04: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
Joecowboy
e54d3461b4 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
2012-01-05 18:04:57 -06:00
Vinicius Coque
1c3351bd08 Adapted the AjaxQueue code to work with jQuery 2011-12-11 20:52:50 -02:00
Vinicius Coque
c69c58e2e7 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
2011-11-16 00:12:21 -02:00
Vinicius Coque
a02ecc943f Converting javascript code from scriptaculous to jQuery 2011-11-15 16:09:31 -02:00
Vinicius Coque
bef629ac81 Converting from scriptaculous to jQuery 2011-11-15 14:55:52 -02:00
Vinicius Coque
b1678e2d72 Convert dashboard ajax code from Prototype to jQuery 2011-09-27 19:31:19 -03:00
Vinicius Coque
9cd55a6611 Add jQuery javascript library 2011-09-27 19:31:18 -03:00
jim-p
2100a4542e 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). 2011-09-13 13:57:47 -04:00
Scott Ullrich
4bb99603d3 Add chosen js library (mit lic). Modify interface multiple select box to use. 2011-07-23 18:51:32 -04:00
Scott Ullrich
e099a6710a Bump to 1.7 2011-07-22 17:17:24 -04:00
Bill Marquette
fed025ea77 Teach row_helper about ipv6, should fix issue found here:
http://forum.pfsense.org/index.php/topic,36709.0.html
2011-05-14 10:08:19 -05:00
Chris Buechler
a9392a4e36 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master 2011-05-07 22:20:11 -04:00
jim-p
e8503ff4b6 Only start log update ajax timer if the updateDelay is defined. http://forum.pfsense.org/index.php/topic,35771.0.html 2011-04-18 13:08:06 -04:00
root
31c9b8a385 Optimized all images using Yahoo Smush.it service.
Savings:
-------------------------------------
Total images uploaded - 1432
Total images smushed - 575
Total uploaded images size - 4507518 bytes
Total smushed image size - 3928995 bytes
Percentage saving - 14.724452%
-------------------------------------
2011-03-23 11:39:35 -03:00
Scott Ullrich
b98e3a72bd Comment 2010-12-19 16:35:02 -05:00
Scott Ullrich
d9f2221783 Add rowhelper_onDelete call 2010-12-19 16:34:09 -05:00
Scott Ullrich
1c53acd3a4 Nuke function_exists() 2010-12-19 16:31:51 -05:00
Scott Ullrich
28a9cb7f4b Add and use rowhelper_onAdd which will fire javascript code after adding new row 2010-12-19 16:23:19 -05:00
Scott Ullrich
8e94620114 Remove debugging alert() 2010-12-19 16:15:47 -05:00
Scott Ullrich
a17f284ccf Add rowhelper_onChange variable for row helper and remove the previous function detection code 2010-12-19 16:14:44 -05:00
Scott Ullrich
d64fa7f254 Touch log file so it can be created on livecd 2010-12-18 14:42:31 -05:00
Scott Ullrich
d5b2cfd4c5 Adding support for custom hooks. If the function row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle. 2010-12-17 20:19:33 -05:00
Scott Ullrich
b176ce910f Honor rowsize. 2010-12-17 20:19:33 -05:00