File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
portal-ui/src/screens/Console Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 } >
Original file line number Diff line number Diff 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 && (
You can’t perform that action at this time.
0 commit comments