Skip to content

Commit

Permalink
Adds displaying node name
Browse files Browse the repository at this point in the history
This helps you understand better what is being viewed.
  • Loading branch information
skrawcz committed Jun 10, 2024
1 parent c21029c commit 1b875e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/frontend/src/components/dashboard/Runs/Task/Task.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export const TaskView = (props: {
const whichTab = searchParams.get("tab");
return (
<div className="pt-10">
<div className="text-gray-500 text-xl pb-2">Viewing {taskName}</div>
<div className="sm:hidden">
<label htmlFor="tabs" className="sr-only">
Select a tab
Expand Down

0 comments on commit 1b875e1

Please sign in to comment.