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:
parent
4f0a29dec0
commit
1dad98b8c8
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue