We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75bd92 commit bea42b4Copy full SHA for bea42b4
src/containers/Tenant/Diagnostics/TenantOverview/MetricsTabs/MetricsTabs.tsx
@@ -128,7 +128,7 @@ export function MetricsTabs({
128
<Link to={tabLinks.storage} className={b('link')}>
129
<TabCard
130
text={
131
- storageGroupsCount === undefined
+ storageGroupsCount === undefined || isServerless
132
? i18n('cards.storage-label')
133
: i18n('context_storage-groups', {count: storageGroupsCount})
134
}
0 commit comments