Rearrange group tables directly next to the tables they refer to.

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2838/head
DL6ER 5 years ago
parent 06860ed5b4
commit af754e3fc4
No known key found for this signature in database
GPG Key ID: FB60471F0575164A

@ -1087,15 +1087,15 @@ show_adlists() {
show_whitelist() {
show_db_entries "Exact whitelist" "SELECT * FROM whitelist" "4 100 7 10 13 50"
show_db_entries "Regex whitelist" "SELECT * FROM regex_whitelist" "4 100 7 10 13 50"
show_db_entries "Exact whitelist groups" "SELECT * FROM regex_whitelist_by_group" "4 4"
show_db_entries "Regex whitelist" "SELECT * FROM regex_whitelist" "4 100 7 10 13 50"
show_db_entries "Regex whitelist groups" "SELECT * FROM whitelist_by_group" "4 4"
}
show_blacklist() {
show_db_entries "Exact blacklist" "SELECT * FROM blacklist" "4 100 7 10 13 50"
show_db_entries "Regex blacklist" "SELECT * FROM regex_blacklist" "4 100 7 10 13 50"
show_db_entries "Exact blacklist groups" "SELECT * FROM regex_blacklist_by_group" "4 4"
show_db_entries "Regex blacklist" "SELECT * FROM regex_blacklist" "4 100 7 10 13 50"
show_db_entries "Regex blacklist groups" "SELECT * FROM blacklist_by_group" "4 4"
}

Loading…
Cancel
Save