PolicySummaryCell
components/policy/SummaryCell.vue
Left-column policy cell: labeled enable toggle, one-line description, and optional right-aligned Beta pill. Row actions (Manage/Details) live in their own table column.
Agents must be registered and policy-bound before they run.
Scenarios
Agents must be registered and policy-bound before they run.
Models and tools must match pinned, verified sources.
Beta
A very long description that goes on and on to exercise the text wrapping behavior of the description block inside a constrained table cell.
Beta
components/policy/SummaryCell.vue
Usage
<PolicySummaryCell
name = "—"
description = "—"
:on = "true"
:beta = "false"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| name | String | — | Policy name (required) |
| description | String | — | One-line policy description (required) |
| on | Boolean | true | Initial toggle state |
| beta | Boolean | false | Show the right-aligned orange Beta pill |