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>
This commit is contained in:
Paulo Rego 2025-08-05 09:27:53 -03:00 committed by GitHub
parent 4f0a29dec0
commit 1dad98b8c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -68,18 +68,22 @@ export const WorkspaceDetails: React.FunctionComponent<WorkspaceDetailsProps> =
aria-label="Activity"
data-testid="activityTab"
/>
{/* TODO: Uncomment when Logs visualization is fully supported
<Tab
eventKey={2}
title={<TabTitleText>Logs</TabTitleText>}
tabContentId="logsTabContent"
aria-label="Logs"
/>
*/}
{/* TODO: Uncomment when Pod template visualization is fully supported
<Tab
eventKey={3}
title={<TabTitleText>Pod template</TabTitleText>}
tabContentId="podTemplateTabContent"
aria-label="Pod template"
/>
*/}
</Tabs>
</DrawerPanelBody>