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