mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +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_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_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_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_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() {
|
||||
|
|
Loading…
Reference in a new issue