diff --git a/web-ui/src/app/operations/page.tsx b/web-ui/src/app/operations/page.tsx index c3f449e..b2e686f 100644 --- a/web-ui/src/app/operations/page.tsx +++ b/web-ui/src/app/operations/page.tsx @@ -12,7 +12,6 @@ import { Switch } from "@/components/ui/switch"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { Skeleton } from "@/components/ui/skeleton"; -import { ScrollArea } from "@/components/ui/scroll-area"; import { Dialog, DialogContent, @@ -673,11 +672,11 @@ function RunLogDialog({ run, onClose }: { run: AgentRun | null; onClose: () => v ) : error ? (

שגיאה בטעינת הלוג: {String(error)}

) : ( - -
+          
+
               {text || "אין פלט עדיין."}
             
- +
)}