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
c50bdbbac8
commit
2d5b8304d7
|
|
@ -68,18 +68,22 @@ export const WorkspaceDetails: React.FunctionComponent<WorkspaceDetailsProps> =
|
||||||
aria-label="Activity"
|
aria-label="Activity"
|
||||||
data-testid="activityTab"
|
data-testid="activityTab"
|
||||||
/>
|
/>
|
||||||
|
{/* TODO: Uncomment when Logs visualization is fully supported
|
||||||
<Tab
|
<Tab
|
||||||
eventKey={2}
|
eventKey={2}
|
||||||
title={<TabTitleText>Logs</TabTitleText>}
|
title={<TabTitleText>Logs</TabTitleText>}
|
||||||
tabContentId="logsTabContent"
|
tabContentId="logsTabContent"
|
||||||
aria-label="Logs"
|
aria-label="Logs"
|
||||||
/>
|
/>
|
||||||
|
*/}
|
||||||
|
{/* TODO: Uncomment when Pod template visualization is fully supported
|
||||||
<Tab
|
<Tab
|
||||||
eventKey={3}
|
eventKey={3}
|
||||||
title={<TabTitleText>Pod template</TabTitleText>}
|
title={<TabTitleText>Pod template</TabTitleText>}
|
||||||
tabContentId="podTemplateTabContent"
|
tabContentId="podTemplateTabContent"
|
||||||
aria-label="Pod template"
|
aria-label="Pod template"
|
||||||
/>
|
/>
|
||||||
|
*/}
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</DrawerPanelBody>
|
</DrawerPanelBody>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue