Adopt shared WebUI layout primitives

This commit is contained in:
2026-08-18 10:42:55 +02:00
parent 8305bd5c5b
commit 55bbd15ecc
2 changed files with 10 additions and 10 deletions
@@ -15,7 +15,7 @@ import {
RotateCcw,
XCircle
} from "lucide-react";
import {
import { ActionToolbar,
Button,
ConfirmDialog,
Dialog,
@@ -299,7 +299,7 @@ export default function WorkflowRunsDialog({
onClose={close}
footer={<Button onClick={close}>Close</Button>}
>
<div className="workflow-runs-toolbar">
<ActionToolbar className="workflow-runs-toolbar">
<span>
<strong>Workflow instances</strong>
<small>Revision-pinned runs and human handoffs</small>
@@ -325,7 +325,7 @@ export default function WorkflowRunsDialog({
<Play size={16} /> Start
</Button>
</span>
</div>
</ActionToolbar>
{error ? (
<DismissibleAlert tone="danger" resetKey={error}>
{error}