From 2d5b8304d71aa940317c3fb753121bf33d48e599 Mon Sep 17 00:00:00 2001 From: Paulo Rego <832830+paulovmr@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:27:53 -0300 Subject: [PATCH] chore(ws): comment workspace details logs and pod template tabs while they are not supported (#512) * chore(ws): comment workspace details logs tab while it is not supported Signed-off-by: paulovmr <832830+paulovmr@users.noreply.github.com> * chore(ws): comment workspace details pod template tab while it is not supported Signed-off-by: paulovmr <832830+paulovmr@users.noreply.github.com> --------- Signed-off-by: paulovmr <832830+paulovmr@users.noreply.github.com> --- .../src/app/pages/Workspaces/Details/WorkspaceDetails.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workspaces/frontend/src/app/pages/Workspaces/Details/WorkspaceDetails.tsx b/workspaces/frontend/src/app/pages/Workspaces/Details/WorkspaceDetails.tsx index 226291c2..b5598a2f 100644 --- a/workspaces/frontend/src/app/pages/Workspaces/Details/WorkspaceDetails.tsx +++ b/workspaces/frontend/src/app/pages/Workspaces/Details/WorkspaceDetails.tsx @@ -68,18 +68,22 @@ export const WorkspaceDetails: React.FunctionComponent = aria-label="Activity" data-testid="activityTab" /> + {/* TODO: Uncomment when Logs visualization is fully supported Logs} tabContentId="logsTabContent" aria-label="Logs" /> + */} + {/* TODO: Uncomment when Pod template visualization is fully supported Pod template} tabContentId="podTemplateTabContent" aria-label="Pod template" /> + */}