Page body
What this page shows
This page shows one distribution list and a read-only table of the contacts currently attached to that list.
How operators use it
- confirm the list name before it is used in a newsletter program
- check how many contacts are currently attached
- inspect the contact rows returned by the newsletter service
- confirm whether the list needs to be reopened from the separate edit route
Route behavior that matters
- The page title changes from the generic
Distribution Listshell toDistribution List: {name}after the detail payload loads. - This route reuses the same newsletter detail hook and contact payload as the edit page.
- The contact table has no local search, filter, pagination, or row actions on this route.
Important caveats
- The contact table is read-only on this page. No remove-contact action was verified on the current FE surface.
- The page uses the distribution-list detail endpoint and trusts the
contactsarray returned with the list payload. - The shown contact count can come from
contact_counton the list payload or from the current contacts array when that summary is missing. - The current FE detail page shows a back button only. It does not expose a local
Editaction from this route.