Adopt shared WebUI structural primitives
This commit is contained in:
@@ -20,6 +20,7 @@ import { ActionToolbar,
|
||||
ConfirmDialog,
|
||||
Dialog,
|
||||
DismissibleAlert,
|
||||
ContentGrid,
|
||||
FormField,
|
||||
IconButton,
|
||||
LoadingFrame,
|
||||
@@ -422,7 +423,7 @@ export default function WorkflowRunsDialog({
|
||||
</a>
|
||||
) : null}
|
||||
{allowedActions.some((action) => action !== "cancel") ? (
|
||||
<div className="workflow-run-action-form">
|
||||
<ContentGrid columns={2} gap="compact" collapseAt="narrow" className="workflow-run-action-form">
|
||||
<FormField label="Comment">
|
||||
<textarea
|
||||
value={comment}
|
||||
@@ -466,7 +467,7 @@ export default function WorkflowRunsDialog({
|
||||
</Button>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</ContentGrid>
|
||||
) : null}
|
||||
</section>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user