Commit Graph

15190 Commits

Author SHA1 Message Date
Ermal
06f3e44788 Properly clear the qlimit or tbrconfig settings when a value is deleted from GUI 2010-08-05 21:00:11 +00:00
Scott Ullrich
56a10568e8 Change bogon color row to E0E0E0 2010-08-05 16:55:34 -04:00
Scott Ullrich
ce8c6a191b Turn active tabs color to #DDDDDD 2010-08-05 16:28:36 -04:00
Scott Ullrich
f81062d23e Turn active tabs color to #DDDDDD 2010-08-05 16:24:14 -04:00
Scott Ullrich
d7b468ab7e Set background color to grey and avoid white space between tabs and tabcont class 2010-08-05 15:48:09 -04:00
Scott Ullrich
ecb27699c3 Restore this change, it breaks Nifty. We will need to come up with an alternate plan to get rid of the 2px of white space between the tabs and tabcont 2010-08-05 15:46:07 -04:00
Scott Ullrich
282f7bfc20 No need to set sortable class for this page, it ends up with a javascript error 2010-08-05 15:43:36 -04:00
Scott Ullrich
1cad154abb Set tabcont to a slightly darker grey so that it stands out even on brighter monitors. 2010-08-05 15:13:45 -04:00
Scott Ullrich
5acaf5eb47 Remove the 2px gap between the tab bar and tabcont 2010-08-05 15:08:50 -04:00
jim-p
c63ee151da Use more prototype conventions, fix some, and correct logic for moving rows. 2010-08-05 13:43:59 -04:00
Scott Ullrich
4a148dc1c4 Revert "Add self to the automatic nat rules generation so it easies balancing the host traffic itself"
This reverts commit 7b47b17c80.
2010-08-05 13:08:31 -04:00
Scott Ullrich
1151cfda5c Do not use /, use relative directory form css 2010-08-05 13:05:15 -04:00
Scott Ullrich
edba142305 Make the new tabs themable 2010-08-05 13:03:03 -04:00
Scott Ullrich
2fd616d2bb Merge branch 'master' of http://gitweb.pfsense.org/pfsense/robiscool-clone into review/master 2010-08-05 12:49:33 -04:00
Ermal
7b47b17c80 Add self to the automatic nat rules generation so it easies balancing the host traffic itself 2010-08-05 18:04:57 +00:00
robiscool
f5a8161f9b add func disc 2010-08-05 09:32:36 -07:00
robiscool
2eeee0430f new tab menu 2010-08-05 09:26:03 -07:00
jim-p
7ea8e45d57 Only delete arp entries for a given interface, otherwise we can clobber the static arp entries. Ticket #782 2010-08-05 10:34:07 -04:00
jim-p
3d83f02e95 When creating /var/db/rrd, make sure it's writable by wheel, and owned by nobody, or apinger can't create the quality graphs. 2010-08-05 10:12:14 -04:00
Erik Fonnesbeck
537bf7b37d Add gui code for antenna settings. Ticket #13 2010-08-05 04:15:15 -06:00
Erik Fonnesbeck
5662633504 Add backend code for antenna settings. Ticket #13 2010-08-05 04:14:49 -06:00
Erik Fonnesbeck
c4a10cd108 Fix printf that should be sprintf. 2010-08-05 03:38:54 -06:00
smos
5bc838242b Add 12 hour period starting from 8 in the morning. Thinking that would correspond better to human workdays. 2010-08-05 09:18:45 +02:00
Erik Fonnesbeck
fb95b3244a Allow specifying other branches when using the existing repository URL in gitsync after the branches have been downloaded for the first time. 2010-08-05 00:50:43 -06:00
Erik Fonnesbeck
5624039060 Some minor fixes for gitsync. Don't create these unused directories, and make sure the file system is returned to the read-only state on NanoBSD. 2010-08-04 23:59:42 -06:00
Chris Buechler
f7ec62f873 Fix text, and default to 1400 2010-08-04 23:53:59 -04:00
Erik Fonnesbeck
6681fdd3a3 Hide the distance setting for wireless interfaces that do not support it. 2010-08-04 20:35:39 -06:00
Erik Fonnesbeck
aa4f498dda Add sysctl functions that support getting/setting multiple values in a single call. 2010-08-04 19:22:03 -06:00
Scott Ullrich
de9b760fe1 Unbreak adding new record 2010-08-04 17:53:56 -04:00
Erik Fonnesbeck
7ef771f456 Don't install reflection rules for port forwards with a destination address of 0.0.0.0. 2010-08-04 14:38:24 -06:00
jim-p
3b3170d094 Don't split the date/time when forming a line's timestamp, use both. Otherwise it can lead to oddities when crossing a date border. Fixes #478 2010-08-04 16:24:01 -04:00
jim-p
bca8429627 Use prototype selectors here, and ensure we use only the log rows. Should fix the rare occasion where a rapid dynamic log update would overwrite the header row. 2010-08-04 14:44:38 -04:00
Ermal
4cea5cf8ab Resolves #599. Split mtu and mss fields in interfaces page so it is possible to set them differently. 2010-08-04 17:12:42 +00:00
jim-p
56a5a0ab89 Disable TSO and LRO in upgraded configs. 2010-08-04 11:18:46 -04:00
jim-p
c72065202b Disable TSO and LRO in the default config. 2010-08-04 11:04:09 -04:00
jim-p
943659d0b3 Refine the setting/checking of these variables a little. 2010-08-04 11:02:16 -04:00
jim-p
ad487c481c Fix this test. 2010-08-04 09:27:00 -04:00
Scott Ullrich
1336d0826a Remember custom rows per page when going to previous and next pages 2010-08-03 22:01:21 -04:00
Scott Ullrich
5cdf3655f1 Adjust rows per page a bit 2010-08-03 21:28:54 -04:00
Scott Ullrich
395dcfbe25 Round up correctly for page count 2010-08-03 21:25:22 -04:00
Scott Ullrich
3377a2bfef Do not hide Displaying page now that we have the rows per page 2010-08-03 21:15:07 -04:00
Scott Ullrich
3ca50a1574 Allow setting of how many records per page to show 2010-08-03 21:12:55 -04:00
Scott Ullrich
1945741b87 Show starting record ++ 2010-08-03 20:28:43 -04:00
Scott Ullrich
d8a189d5ce Do not show page X of X when filtering 2010-08-03 20:23:26 -04:00
Scott Ullrich
74d697c713 Make displaying page X of X bold 2010-08-03 20:20:47 -04:00
Scott Ullrich
37da0c5042 * Show how many pages and current page
* Show record numbers that are shown
* Cleanup previous and next page links and text
2010-08-03 20:18:08 -04:00
Scott Ullrich
5d4f5ce95a Move previous and next page 2010-08-03 19:17:15 -04:00
Scott Ullrich
5aa9a4f2f2 Unbreak auto submit 2010-08-03 19:06:33 -04:00
Scott Ullrich
969a36ce00 Ignore sorting field types 2010-08-03 18:57:03 -04:00
Ermal
55d8298a52 Make sure this dir exists because the new function uses it. 2010-08-03 22:21:22 +00:00