Rename Overview combined-result column labels (Copilot round 3)

The Overview table's "DKIM Auth Result" / "SPF Auth Result" labels
were kept when the columns switched to the combined
"selector / domain / result" values, leaving the headers misleading.
Rename them to match the detail panels' convention and retarget the
byName width overrides that matched the old labels, widening them for
the longer values.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Sean Whalen
2026-07-21 22:17:08 -04:00
co-authored by Claude Fable 5
parent 2b603d926e
commit 99836f3bf0
@@ -2426,24 +2426,24 @@
{
"matcher": {
"id": "byName",
"options": "SPF Auth Result"
"options": "SPF Scope / Domain / Result"
},
"properties": [
{
"id": "custom.width",
"value": 115
"value": 200
}
]
},
{
"matcher": {
"id": "byName",
"options": "DKIM Auth Result"
"options": "DKIM Selector / Domain / Result"
},
"properties": [
{
"id": "custom.width",
"value": 123
"value": 260
}
]
},
@@ -2681,7 +2681,7 @@
"date_range": "Date",
"disposition.keyword": "Disposition",
"dkim_aligned": "DKIM",
"dkim_results_combined.keyword": "DKIM Auth Result",
"dkim_results_combined.keyword": "DKIM Selector / Domain / Result",
"envelope_from.keyword": "Envelope From",
"header_from.keyword": "Email Domain",
"org_name.keyword": "Reporter",
@@ -2690,7 +2690,7 @@
"source_ip_address.keyword": "Source IP",
"source_reverse_dns.keyword": "PTR",
"spf_aligned": "SPF",
"spf_results_combined.keyword": "SPF Auth Result"
"spf_results_combined.keyword": "SPF Scope / Domain / Result"
}
}
}