We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9040a8 commit 471cae6Copy full SHA for 471cae6
ripe/atlas/tools/commands/probe_search.py
@@ -38,7 +38,7 @@ class Command(BaseCommand):
38
)
39
40
COLUMNS: Dict[str, tabular.ColumnDef] = {
41
- "id": {"align": ">", "width": 5},
+ "id": {"align": ">", "width": 7},
42
"asn_v4": {"align": ">", "width": 6},
43
"asn_v6": {"align": ">", "width": 6},
44
"country": {"align": "^", "width": 7},
0 commit comments