rename artifacts tab to diagnostics (#420)
This commit is contained in:
@@ -51,7 +51,7 @@ const router = createBrowserRouter([
|
|||||||
element: <TaskParameters />,
|
element: <TaskParameters />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "artifacts",
|
path: "diagnostics",
|
||||||
element: <StepArtifactsLayout />,
|
element: <StepArtifactsLayout />,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ function TaskDetails() {
|
|||||||
Parameters
|
Parameters
|
||||||
</NavLink>
|
</NavLink>
|
||||||
<NavLink
|
<NavLink
|
||||||
to="artifacts"
|
to="diagnostics"
|
||||||
className={({ isActive }) => {
|
className={({ isActive }) => {
|
||||||
return cn(
|
return cn(
|
||||||
"cursor-pointer px-2 py-1 rounded-md text-muted-foreground",
|
"cursor-pointer px-2 py-1 rounded-md text-muted-foreground",
|
||||||
@@ -132,7 +132,7 @@ function TaskDetails() {
|
|||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Artifacts
|
Diagnostics
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user