Skip to content

Commit 1dad98b

Browse files
authored
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 <[email protected]> * chore(ws): comment workspace details pod template tab while it is not supported Signed-off-by: paulovmr <[email protected]> --------- Signed-off-by: paulovmr <[email protected]>
1 parent 4f0a29d commit 1dad98b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workspaces/frontend/src/app/pages/Workspaces/Details/WorkspaceDetails.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,22 @@ export const WorkspaceDetails: React.FunctionComponent<WorkspaceDetailsProps> =
6868
aria-label="Activity"
6969
data-testid="activityTab"
7070
/>
71+
{/* TODO: Uncomment when Logs visualization is fully supported
7172
<Tab
7273
eventKey={2}
7374
title={<TabTitleText>Logs</TabTitleText>}
7475
tabContentId="logsTabContent"
7576
aria-label="Logs"
7677
/>
78+
*/}
79+
{/* TODO: Uncomment when Pod template visualization is fully supported
7780
<Tab
7881
eventKey={3}
7982
title={<TabTitleText>Pod template</TabTitleText>}
8083
tabContentId="podTemplateTabContent"
8184
aria-label="Pod template"
8285
/>
86+
*/}
8387
</Tabs>
8488
</DrawerPanelBody>
8589

0 commit comments

Comments
 (0)