print id of dns record first
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a6904f8f22
commit
8ca6a70258
|
@ -15,9 +15,9 @@ def format_csv(record):
|
||||||
)
|
)
|
||||||
|
|
||||||
def format_table(record):
|
def format_table(record):
|
||||||
return '{:1} {:>20} {:>6} {:30} {:30}'.format(
|
return '{:>20} {:1} {:>6} {:30} {:30}'.format(
|
||||||
('P' if record['proxied'] else ''),
|
|
||||||
record['id'],
|
record['id'],
|
||||||
|
('P' if record['proxied'] else ''),
|
||||||
record['type'],
|
record['type'],
|
||||||
record['name'],
|
record['name'],
|
||||||
record['content'],
|
record['content'],
|
||||||
|
|
Loading…
Reference in New Issue