1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Increase ID column width to 4

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12 2019-05-20 21:59:18 -07:00
parent a3e1473ac1
commit 5796054305
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

View File

@ -1077,19 +1077,19 @@ show_db_entries() {
} }
show_adlists() { show_adlists() {
show_db_entries "Adlists" "SELECT * FROM adlists" "2 100 7 10 13 50" show_db_entries "Adlists" "SELECT * FROM adlists" "4 100 7 10 13 50"
} }
show_whitelist() { show_whitelist() {
show_db_entries "Whitelist" "SELECT * FROM whitelist" "2 100 7 10 13 50" show_db_entries "Whitelist" "SELECT * FROM whitelist" "4 100 7 10 13 50"
} }
show_blacklist() { show_blacklist() {
show_db_entries "Blacklist" "SELECT * FROM blacklist" "2 100 7 10 13 50" show_db_entries "Blacklist" "SELECT * FROM blacklist" "4 100 7 10 13 50"
} }
show_regexlist() { show_regexlist() {
show_db_entries "Regexlist" "SELECT * FROM regex" "2 100 7 10 13 50" show_db_entries "Regexlist" "SELECT * FROM regex" "4 100 7 10 13 50"
} }
analyze_gravity_list() { analyze_gravity_list() {