From 1b875e11b940d5194066af71b91497416240011d Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Fri, 7 Jun 2024 16:19:09 -0700 Subject: [PATCH] Adds displaying node name This helps you understand better what is being viewed. --- ui/frontend/src/components/dashboard/Runs/Task/Task.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/frontend/src/components/dashboard/Runs/Task/Task.tsx b/ui/frontend/src/components/dashboard/Runs/Task/Task.tsx index a83a78800..04d1672f4 100644 --- a/ui/frontend/src/components/dashboard/Runs/Task/Task.tsx +++ b/ui/frontend/src/components/dashboard/Runs/Task/Task.tsx @@ -335,6 +335,7 @@ export const TaskView = (props: { const whichTab = searchParams.get("tab"); return (
+
Viewing {taskName}