DiagnosticStrip
Overview
Two-column dl grid debug strip for system views. Each row renders a 10 px uppercase sans label (dt) paired with an 11 px value (dd). Intended as a copy-paste footer inside SystemMessageCard body slots so an operator can paste request id, route, and session into a ticket.
Theme entry: DiagnosticStrip
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| rows | { label: string, value: string }[] | [] | Row data. Each entry renders one dt (label) / dd (value) pair. | |
| mono | boolean | true | Render values in a monospace font. Defaults to true. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes applied to the root element. |
Source
client/lib/display/system-message/DiagnosticStrip.vue