mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 06:54:53 +00:00
Increase ID column width to 4
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
a3e1473ac1
commit
5796054305
1 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue