From d1114ee6379b962abe54517cbd05f986724a1061 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 18 Aug 2026 10:42:53 +0200 Subject: [PATCH] Adopt shared WebUI layout primitives --- webui/src/features/ops/OpsPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webui/src/features/ops/OpsPage.tsx b/webui/src/features/ops/OpsPage.tsx index 8227183..9fd6769 100644 --- a/webui/src/features/ops/OpsPage.tsx +++ b/webui/src/features/ops/OpsPage.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from "react"; import { PauseCircle, PlayCircle, RefreshCw } from "lucide-react"; -import { +import { ContentGrid, ActionBlockerHint, Button, Card, @@ -167,7 +167,7 @@ export default function OpsPage({ settings, auth }: {settings: ApiSettings;auth: -
+ @@ -207,7 +207,7 @@ export default function OpsPage({ settings, auth }: {settings: ApiSettings;auth: -
+