diff --git a/web/components/monitors/MonitorForm.tsx b/web/components/monitors/MonitorForm.tsx index 3530f01..6582516 100644 --- a/web/components/monitors/MonitorForm.tsx +++ b/web/components/monitors/MonitorForm.tsx @@ -73,7 +73,7 @@ export function MonitorForm({
-
+
{(["http", "tcp", "icmp", "tls"] as const).map((t) => (
-
+
setHost(e.target.value)} placeholder="example.com" required /> @@ -141,7 +141,7 @@ export function MonitorForm({
)} -
+
setIntervalSec(Number(e.target.value))} min={10} /> diff --git a/web/components/ui/Card.tsx b/web/components/ui/Card.tsx index b08375e..af4ccc4 100644 --- a/web/components/ui/Card.tsx +++ b/web/components/ui/Card.tsx @@ -24,7 +24,7 @@ export function Card({ className, padding = true, children, ...props }: CardProp export function CardHeader({ className, children, ...props }: HTMLAttributes) { return ( -
+
{children}
); diff --git a/web/components/ui/Modal.tsx b/web/components/ui/Modal.tsx index d941b15..d41a686 100644 --- a/web/components/ui/Modal.tsx +++ b/web/components/ui/Modal.tsx @@ -25,10 +25,10 @@ export function Modal({ if (!open) return null; return ( -
+
diff --git a/web/components/workflows/StepPickerModal.tsx b/web/components/workflows/StepPickerModal.tsx index f06f9f7..44d0157 100644 --- a/web/components/workflows/StepPickerModal.tsx +++ b/web/components/workflows/StepPickerModal.tsx @@ -129,7 +129,7 @@ export function StepPickerModal({
{showAdhocCards && ( -
+
-
+
{g.steps.map((s) => ( onSelect(s.step_id)} /> ))}