Skip to content

Commit 345ae55

Browse files
author
Benjamin Perez
committed
Hidden menu options
1 parent e43728b commit 345ae55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ const ViewBucket = ({
661661
>
662662
<Tab label="Events" {...a11yProps(0)} />
663663
<Tab label="Replication" {...a11yProps(1)} />
664-
<Tab label="Lifecycle" {...a11yProps(2)} />
664+
{/* Hidden on purpose until Tiers feature is complete. Don't want to let this PR stale <Tab label="Lifecycle" {...a11yProps(2)} /> */}
665665
</Tabs>
666666
</Grid>
667667
<Grid item xs={6} className={classes.actionsTray}>

portal-ui/src/screens/Console/Configurations/ConfigurationMain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const ConfigurationMain = ({ classes }: IConfigurationMain) => {
6161
>
6262
<Tab label="Configurations" />
6363
<Tab label="Lambda Notifications" />
64-
<Tab label="Tiers" />
64+
{/* Hidden on purpose until Tiers feature is complete. Don't want to let this PR stale <Tab label="Tiers" />*/}
6565
</Tabs>
6666
<Grid item xs={12}>
6767
{selectedTab === 0 && (

0 commit comments

Comments
 (0)