File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Diagnostics/TenantOverview/i18n Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4949 "title_top-groups-by-usage" : " Top Groups By Usage" ,
5050 "action_by-load" : " By Load" ,
5151 "action_by-pool-usage" : " By Pool Usage"
52- }
52+ }
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ type AdditionalQueryParams = {
1515 selectedPartition ?: string ;
1616 activeOffset ?: string ;
1717 metricsTab ?: string ;
18- cpuTab ?: string ;
19- storageTab ?: string ;
2018 showPreview ?: boolean ;
2119 queryMode ?: string ;
2220} ;
@@ -28,8 +26,6 @@ export const TenantTabsGroups = {
2826 queryTab : 'queryTab' ,
2927 diagnosticsTab : 'diagnosticsTab' ,
3028 metricsTab : 'metricsTab' ,
31- cpuTab : 'cpuTab' ,
32- storageTab : 'storageTab' ,
3329} as const ;
3430
3531export const TENANT_INFO_TABS = [
You can’t perform that action at this time.
0 commit comments