show id of dns records

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-02-15 20:27:34 +01:00
parent 784eb61073
commit 3a0e5947c8
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,9 @@ def format_csv(record):
)
def format_table(record):
return '{:1} {:>6} {:30} {:30}'.format(
return '{:1} {:>20} {:>6} {:30} {:30}'.format(
('P' if record['proxied'] else ''),
record['id'],
record['type'],
record['name'],
record['content'],