ydb-embedded-ui 5.4.0 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +8 -4
- package/dist/components/BasicNodeViewer/BasicNodeViewer.d.ts +2 -2
- package/dist/components/BasicNodeViewer/BasicNodeViewer.js +5 -4
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +4 -4
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +6 -6
- package/dist/components/CellWithPopover/CellWithPopover.d.ts +2 -3
- package/dist/components/CellWithPopover/CellWithPopover.js +2 -2
- package/dist/components/CellWithPopover/CellWithPopover.scss +1 -1
- package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +3 -3
- package/dist/components/CircularProgressBar/CircularProgressBar.js +2 -2
- package/dist/components/ClipboardButton/ClipboardButton.d.ts +2 -3
- package/dist/components/ClipboardButton/ClipboardButton.js +5 -5
- package/dist/components/ComponentsProvider/ComponentsProvider.d.ts +1 -1
- package/dist/components/ComponentsProvider/ComponentsProvider.js +1 -1
- package/dist/components/ComponentsProvider/componentsRegistry.d.ts +3 -2
- package/dist/components/ComponentsProvider/componentsRegistry.js +2 -2
- package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +5 -5
- package/dist/components/ContentWithPopup/ContentWithPopup.js +5 -5
- package/dist/components/CriticalActionDialog/CriticalActionDialog.d.ts +1 -2
- package/dist/components/CriticalActionDialog/CriticalActionDialog.js +9 -9
- package/dist/components/DateRange/DateRange.d.ts +1 -1
- package/dist/components/DateRange/DateRange.js +2 -2
- package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +3 -3
- package/dist/components/DiagnosticCard/DiagnosticCard.js +2 -2
- package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +11 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.js +8 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.scss +21 -0
- package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +1 -2
- package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.js +6 -6
- package/dist/components/Divider/Divider.d.ts +1 -2
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +5 -5
- package/dist/components/EmptyState/EmptyState.js +2 -2
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.d.ts +1 -2
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js +2 -2
- package/dist/components/EntitiesCount/EntitiesCount.d.ts +1 -1
- package/dist/components/EntitiesCount/EntitiesCount.js +1 -1
- package/dist/components/EntitiesCount/i18n/index.d.ts +1 -1
- package/dist/components/EntitiesCount/i18n/index.js +2 -4
- package/dist/components/EntityStatus/EntityStatus.d.ts +2 -3
- package/dist/components/EntityStatus/EntityStatus.js +14 -11
- package/dist/components/EntityStatus/EntityStatus.scss +4 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +7 -7
- package/dist/components/ErrorBoundary/ErrorBoundary.js +8 -7
- package/dist/components/ErrorBoundary/i18n/index.d.ts +1 -1
- package/dist/components/ErrorBoundary/i18n/index.js +2 -4
- package/dist/components/Errors/403/AccessDenied.d.ts +2 -2
- package/dist/components/Errors/ResponseError/ResponseError.d.ts +2 -3
- package/dist/components/Errors/ResponseError/ResponseError.js +10 -1
- package/dist/components/Errors/i18n/index.d.ts +1 -1
- package/dist/components/Errors/i18n/index.js +2 -4
- package/dist/components/FormattedBytes/FormattedBytes.d.ts +2 -2
- package/dist/components/FormattedBytes/FormattedBytes.js +1 -1
- package/dist/components/FormattedBytes/utils.d.ts +1 -1
- package/dist/components/FullNodeViewer/FullNodeViewer.d.ts +1 -1
- package/dist/components/FullNodeViewer/FullNodeViewer.js +3 -3
- package/dist/components/Fullscreen/Fullscreen.d.ts +1 -1
- package/dist/components/Fullscreen/Fullscreen.js +6 -6
- package/dist/components/Fullscreen/Fullscreen.scss +1 -4
- package/dist/components/GroupInfo/GroupInfo.d.ts +7 -0
- package/dist/components/GroupInfo/GroupInfo.js +28 -0
- package/dist/components/GroupInfo/i18n/en.json +6 -0
- package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
- package/dist/components/GroupInfo/i18n/index.js +4 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Illustration/Illustration.d.ts +3 -3
- package/dist/components/Illustration/Illustration.js +5 -5
- package/dist/components/InfoViewer/InfoViewer.d.ts +5 -5
- package/dist/components/InfoViewer/InfoViewer.js +5 -4
- package/dist/components/InfoViewer/formatters/cdcStream.d.ts +3 -2
- package/dist/components/InfoViewer/formatters/common.d.ts +2 -1
- package/dist/components/InfoViewer/formatters/common.js +1 -1
- package/dist/components/InfoViewer/formatters/pqGroup.d.ts +5 -4
- package/dist/components/InfoViewer/formatters/pqGroup.js +2 -2
- package/dist/components/InfoViewer/formatters/schema.d.ts +2 -1
- package/dist/components/InfoViewer/formatters/schema.js +2 -2
- package/dist/components/InfoViewer/formatters/table.d.ts +5 -4
- package/dist/components/InfoViewer/i18n/index.d.ts +1 -1
- package/dist/components/InfoViewer/i18n/index.js +2 -4
- package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.d.ts +1 -1
- package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.js +2 -2
- package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +1 -1
- package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.js +7 -11
- package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +1 -1
- package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.js +9 -5
- package/dist/components/InfoViewer/utils.d.ts +6 -6
- package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +1 -1
- package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.js +4 -4
- package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.scss +1 -1
- package/dist/components/InternalLink/InternalLink.d.ts +2 -2
- package/dist/components/InternalLink/InternalLink.js +3 -3
- package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +4 -4
- package/dist/components/LabelWithPopover/LabelWithPopover.js +1 -1
- package/dist/components/LagImages/LagImages.d.ts +2 -2
- package/dist/components/LagImages/LagImages.js +5 -5
- package/dist/components/LagPopoverContent/LagPopoverContent.d.ts +1 -1
- package/dist/components/LagPopoverContent/LagPopoverContent.js +3 -3
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.d.ts +3 -4
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +1 -1
- package/dist/components/LinkWithIcon/LinkWithIcon.d.ts +1 -1
- package/dist/components/LinkWithIcon/LinkWithIcon.js +8 -7
- package/dist/components/Loader/Loader.d.ts +2 -2
- package/dist/components/Loader/Loader.js +2 -2
- package/dist/components/MetricChart/MetricChart.d.ts +2 -2
- package/dist/components/MetricChart/MetricChart.js +29 -77
- package/dist/components/MetricChart/colors.js +9 -9
- package/dist/components/MetricChart/getChartData.d.ts +5 -4
- package/dist/components/MetricChart/getChartData.js +2 -2
- package/dist/components/MetricChart/reducer.d.ts +4 -26
- package/dist/components/MetricChart/reducer.js +32 -58
- package/dist/components/MetricChart/types.d.ts +4 -0
- package/dist/components/MonacoEditor/MonacoEditor.d.ts +2 -0
- package/dist/components/MonacoEditor/MonacoEditor.js +7 -0
- package/dist/components/MonitoringButton/MonitoringButton.d.ts +1 -2
- package/dist/components/MonitoringButton/MonitoringButton.js +2 -2
- package/dist/components/NodeHostWrapper/NodeHostWrapper.d.ts +1 -1
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js +5 -5
- package/dist/components/PDiskInfo/PDiskInfo.d.ts +2 -3
- package/dist/components/PDiskInfo/PDiskInfo.js +6 -6
- package/dist/components/PDiskInfo/PDiskInfo.scss +0 -1
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -1
- package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.d.ts +5 -5
- package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.js +9 -8
- package/dist/components/PageMeta/PageMeta.d.ts +2 -2
- package/dist/components/PageMeta/PageMeta.js +9 -2
- package/dist/components/PageMeta/PageMeta.scss +9 -0
- package/dist/components/PoolBar/PoolBar.d.ts +1 -1
- package/dist/components/PoolBar/PoolBar.js +3 -3
- package/dist/components/PoolUsage/PoolUsage.d.ts +1 -1
- package/dist/components/PoolUsage/PoolUsage.js +3 -3
- package/dist/components/PoolsGraph/PoolsGraph.d.ts +1 -1
- package/dist/components/PoolsGraph/PoolsGraph.js +3 -3
- package/dist/components/ProblemFilter/ProblemFilter.d.ts +1 -1
- package/dist/components/ProblemFilter/ProblemFilter.js +1 -1
- package/dist/components/ProgressViewer/ProgressViewer.d.ts +5 -15
- package/dist/components/ProgressViewer/ProgressViewer.js +5 -14
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +1 -1
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +2 -2
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.scss +1 -2
- package/dist/components/QueryResultTable/Cell/Cell.js +4 -4
- package/dist/components/QueryResultTable/QueryResultTable.d.ts +2 -11
- package/dist/components/QueryResultTable/QueryResultTable.js +6 -6
- package/dist/components/QueryResultTable/i18n/index.d.ts +1 -1
- package/dist/components/QueryResultTable/i18n/index.js +2 -4
- package/dist/components/Search/Search.d.ts +1 -1
- package/dist/components/Search/Search.js +5 -5
- package/dist/components/ShortyString/ShortyString.d.ts +2 -2
- package/dist/components/ShortyString/ShortyString.js +5 -4
- package/dist/components/ShortyString/i18n/index.d.ts +1 -1
- package/dist/components/ShortyString/i18n/index.js +2 -4
- package/dist/components/SpeedMultiMeter/SpeedMultiMeter.d.ts +2 -2
- package/dist/components/SpeedMultiMeter/SpeedMultiMeter.js +11 -11
- package/dist/components/SpeedMultiMeter/i18n/index.d.ts +1 -1
- package/dist/components/SpeedMultiMeter/i18n/index.js +2 -4
- package/dist/components/SplitPane/SplitPane.d.ts +2 -2
- package/dist/components/SplitPane/SplitPane.js +6 -6
- package/dist/components/SplitPane/SplitPane.scss +1 -4
- package/dist/components/SplitPane/index.d.ts +1 -1
- package/dist/components/Stack/Stack.d.ts +2 -1
- package/dist/components/Stack/Stack.js +5 -5
- package/dist/components/Stack/Stack.scss +8 -4
- package/dist/components/StatusIcon/StatusIcon.d.ts +2 -2
- package/dist/components/StatusIcon/StatusIcon.js +6 -7
- package/dist/components/StatusIcon/StatusIcon.scss +2 -4
- package/dist/components/TableSkeleton/TableSkeleton.d.ts +1 -2
- package/dist/components/TableSkeleton/TableSkeleton.js +3 -3
- package/dist/components/TableSkeleton/TableSkeleton.scss +1 -1
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +5 -5
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.js +5 -5
- package/dist/components/Tablet/Tablet.d.ts +1 -1
- package/dist/components/Tablet/Tablet.js +4 -4
- package/dist/components/TabletIcon/TabletIcon.d.ts +1 -1
- package/dist/components/TabletIcon/TabletIcon.js +2 -2
- package/dist/components/TabletsOverall/TabletsOverall.d.ts +1 -2
- package/dist/components/TabletsOverall/TabletsOverall.js +3 -3
- package/dist/components/TabletsOverall/TabletsOverall.scss +2 -3
- package/dist/components/TabletsStatistic/TabletsStatistic.d.ts +2 -2
- package/dist/components/TabletsStatistic/TabletsStatistic.js +4 -4
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/Tag/Tag.js +2 -2
- package/dist/components/Tags/Tags.d.ts +2 -2
- package/dist/components/Tags/Tags.js +3 -3
- package/dist/components/TimeFrameSelector/TimeFrameSelector.d.ts +2 -2
- package/dist/components/TimeFrameSelector/TimeFrameSelector.js +3 -3
- package/dist/components/TimeFrameSelector/TimeFrameSelector.scss +0 -1
- package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +1 -1
- package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +2 -2
- package/dist/components/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +1 -1
- package/dist/components/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +1 -1
- package/dist/components/TruncatedQuery/TruncatedQuery.d.ts +2 -2
- package/dist/components/TruncatedQuery/TruncatedQuery.js +6 -5
- package/dist/components/UptimeFIlter/UptimeFilter.d.ts +1 -1
- package/dist/components/UptimeFIlter/UptimeFilter.js +2 -2
- package/dist/components/UsageLabel/UsageLabel.d.ts +2 -3
- package/dist/components/UsageLabel/UsageLabel.js +1 -1
- package/dist/components/User/StaffCard.d.ts +1 -1
- package/dist/components/User/User.d.ts +1 -2
- package/dist/components/User/User.js +1 -1
- package/dist/{containers/Storage → components}/VDisk/VDisk.d.ts +3 -3
- package/dist/components/VDisk/VDisk.js +28 -0
- package/dist/{containers/Storage → components}/VDisk/VDisk.scss +1 -1
- package/dist/components/VDisk/VDiskWithDonorsStack.d.ts +11 -0
- package/dist/components/VDisk/VDiskWithDonorsStack.js +14 -0
- package/dist/components/VDiskInfo/VDiskInfo.d.ts +9 -0
- package/dist/components/VDiskInfo/VDiskInfo.js +113 -0
- package/dist/components/VDiskInfo/VDiskInfo.scss +7 -0
- package/dist/components/VDiskInfo/i18n/en.json +23 -0
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/VDiskInfo/i18n/index.js +4 -0
- package/dist/components/VDiskPopup/VDiskPopup.d.ts +11 -0
- package/dist/{containers/Storage → components}/VDiskPopup/VDiskPopup.js +13 -12
- package/dist/components/VirtualTable/TableChunk.d.ts +2 -2
- package/dist/components/VirtualTable/TableChunk.js +5 -5
- package/dist/components/VirtualTable/TableHead.d.ts +3 -2
- package/dist/components/VirtualTable/TableHead.js +21 -23
- package/dist/components/VirtualTable/TableRow.d.ts +5 -5
- package/dist/components/VirtualTable/TableRow.js +8 -8
- package/dist/components/VirtualTable/VirtualTable.d.ts +2 -2
- package/dist/components/VirtualTable/VirtualTable.js +24 -24
- package/dist/components/VirtualTable/constants.d.ts +1 -0
- package/dist/components/VirtualTable/constants.js +1 -0
- package/dist/components/VirtualTable/i18n/index.d.ts +1 -1
- package/dist/components/VirtualTable/i18n/index.js +2 -4
- package/dist/components/VirtualTable/reducer.d.ts +1 -2
- package/dist/components/VirtualTable/shared.d.ts +1 -10
- package/dist/components/VirtualTable/shared.js +1 -1
- package/dist/components/VirtualTable/types.d.ts +7 -7
- package/dist/components/VirtualTable/useIntersectionObserver.js +3 -3
- package/dist/components/slots/types.d.ts +3 -1
- package/dist/components/slots/utils.d.ts +3 -1
- package/dist/containers/App/App.d.ts +8 -2
- package/dist/containers/App/App.js +5 -7
- package/dist/containers/App/App.scss +8 -5
- package/dist/containers/App/Content.d.ts +7 -3
- package/dist/containers/App/Content.js +30 -19
- package/dist/containers/App/Providers.d.ts +1 -1
- package/dist/containers/App/Providers.js +5 -5
- package/dist/containers/App/appSlots.d.ts +13 -4
- package/dist/containers/App/appSlots.js +2 -1
- package/dist/containers/App/i18n/index.d.ts +1 -1
- package/dist/containers/App/i18n/index.js +2 -4
- package/dist/containers/AppIcons/AppIcons.d.ts +1 -1
- package/dist/containers/AppIcons/AppIcons.js +3 -3
- package/dist/containers/AppWithClusters/AppWithClusters.d.ts +4 -4
- package/dist/containers/AppWithClusters/AppWithClusters.js +5 -5
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +2 -3
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.js +7 -7
- package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +1 -2
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +2 -3
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.js +1 -1
- package/dist/containers/AppWithClusters/i18n/index.d.ts +1 -1
- package/dist/containers/AppWithClusters/i18n/index.js +2 -4
- package/dist/containers/AppWithClusters/useClusterData.js +11 -8
- package/dist/containers/AsideNavigation/AsideNavigation.d.ts +2 -2
- package/dist/containers/AsideNavigation/AsideNavigation.js +14 -14
- package/dist/containers/AsideNavigation/Navigation.d.ts +1 -1
- package/dist/containers/AsideNavigation/Navigation.js +2 -2
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +1 -2
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +4 -4
- package/dist/containers/AsideNavigation/i18n/index.d.ts +1 -1
- package/dist/containers/AsideNavigation/i18n/index.js +2 -4
- package/dist/containers/AsideNavigation/useNavigationMenuItems.js +4 -4
- package/dist/containers/Authentication/Authentication.d.ts +1 -2
- package/dist/containers/Authentication/Authentication.js +15 -15
- package/dist/containers/Authentication/Authentication.scss +3 -3
- package/dist/containers/Cluster/Cluster.d.ts +2 -3
- package/dist/containers/Cluster/Cluster.js +35 -36
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.d.ts +4 -4
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +16 -15
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +0 -1
- package/dist/containers/Cluster/ClusterInfo/utils.d.ts +1 -1
- package/dist/containers/Cluster/VersionsBar/VersionsBar.d.ts +1 -1
- package/dist/containers/Cluster/VersionsBar/VersionsBar.js +3 -3
- package/dist/containers/Cluster/VersionsBar/VersionsBar.scss +2 -2
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Cluster/i18n/index.js +2 -4
- package/dist/containers/ClusterModeGuard/ClusterModeGuard.d.ts +3 -3
- package/dist/containers/ClusterModeGuard/ClusterModeGuard.js +3 -2
- package/dist/containers/Clusters/Clusters.d.ts +1 -2
- package/dist/containers/Clusters/Clusters.js +39 -31
- package/dist/containers/Clusters/Clusters.scss +12 -7
- package/dist/containers/Clusters/ClustersStatistics.d.ts +1 -1
- package/dist/containers/Clusters/ClustersStatistics.js +2 -2
- package/dist/containers/Clusters/columns.d.ts +1 -1
- package/dist/containers/Clusters/columns.js +15 -14
- package/dist/containers/Clusters/constants.d.ts +1 -1
- package/dist/containers/Clusters/shared.d.ts +1 -10
- package/dist/containers/Clusters/shared.js +1 -1
- package/dist/containers/Clusters/useSelectedColumns.d.ts +3 -3
- package/dist/containers/Clusters/useSelectedColumns.js +3 -1
- package/dist/containers/Header/Header.d.ts +2 -3
- package/dist/containers/Header/Header.js +12 -16
- package/dist/containers/Header/breadcrumbs.js +15 -3
- package/dist/containers/Header/i18n/en.json +1 -0
- package/dist/containers/Header/i18n/index.d.ts +1 -1
- package/dist/containers/Heatmap/Heatmap.d.ts +1 -1
- package/dist/containers/Heatmap/Heatmap.js +15 -30
- package/dist/containers/Heatmap/Heatmap.scss +1 -1
- package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +6 -7
- package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.js +11 -12
- package/dist/containers/Heatmap/Histogram/Histogram.d.ts +6 -6
- package/dist/containers/Heatmap/Histogram/Histogram.js +5 -5
- package/dist/containers/Heatmap/util.d.ts +10 -10
- package/dist/containers/Node/Node.d.ts +1 -2
- package/dist/containers/Node/Node.js +25 -33
- package/dist/containers/Node/NodePages.d.ts +1 -1
- package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +1 -2
- package/dist/containers/Node/NodeStructure/NodeStructure.js +19 -32
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +3 -3
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +2 -2
- package/dist/containers/Node/NodeStructure/Pdisk.d.ts +1 -2
- package/dist/containers/Node/NodeStructure/Pdisk.js +17 -17
- package/dist/containers/Node/NodeStructure/Vdisk.d.ts +6 -3
- package/dist/containers/Node/NodeStructure/Vdisk.js +8 -81
- package/dist/containers/Nodes/Nodes.d.ts +1 -1
- package/dist/containers/Nodes/Nodes.js +43 -39
- package/dist/containers/Nodes/NodesWrapper.d.ts +1 -1
- package/dist/containers/Nodes/NodesWrapper.js +1 -1
- package/dist/containers/Nodes/VirtualNodes.d.ts +1 -1
- package/dist/containers/Nodes/VirtualNodes.js +17 -17
- package/dist/containers/Nodes/getNodesColumns.d.ts +1 -1
- package/dist/containers/Nodes/getNodesColumns.js +5 -6
- package/dist/containers/Nodes/i18n/index.d.ts +1 -1
- package/dist/containers/Nodes/i18n/index.js +2 -4
- package/dist/containers/{PDisk → PDiskPage}/PDiskGroups.d.ts +1 -2
- package/dist/containers/{PDisk → PDiskPage}/PDiskGroups.js +5 -5
- package/dist/containers/PDiskPage/PDiskPage.d.ts +2 -0
- package/dist/containers/{PDisk/PDisk.js → PDiskPage/PDiskPage.js} +40 -42
- package/dist/containers/{PDisk/PDisk.scss → PDiskPage/PDiskPage.scss} +1 -16
- package/dist/containers/PDiskPage/shared.d.ts +1 -0
- package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +17 -16
- package/dist/containers/ReduxTooltip/ReduxTooltip.js +7 -7
- package/dist/containers/Storage/EmptyFilter/EmptyFilter.d.ts +1 -1
- package/dist/containers/Storage/EmptyFilter/EmptyFilter.js +1 -1
- package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/EmptyFilter/i18n/index.js +2 -4
- package/dist/containers/Storage/PDisk/PDisk.d.ts +1 -1
- package/dist/containers/Storage/PDisk/PDisk.js +12 -18
- package/dist/containers/Storage/PDisk/PDisk.scss +0 -2
- package/dist/containers/Storage/Storage.d.ts +1 -1
- package/dist/containers/Storage/Storage.js +37 -48
- package/dist/containers/Storage/Storage.scss +1 -1
- package/dist/containers/Storage/StorageControls/StorageControls.d.ts +3 -3
- package/dist/containers/Storage/StorageControls/StorageControls.js +4 -3
- package/dist/containers/Storage/StorageGroups/StorageGroups.d.ts +3 -4
- package/dist/containers/Storage/StorageGroups/StorageGroups.js +3 -3
- package/dist/containers/Storage/StorageGroups/StorageGroups.scss +1 -7
- package/dist/containers/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +1 -1
- package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.d.ts +3 -3
- package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.js +6 -6
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +10 -9
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +23 -30
- package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/StorageGroups/i18n/index.js +2 -4
- package/dist/containers/Storage/StorageNodes/StorageNodes.d.ts +3 -4
- package/dist/containers/Storage/StorageNodes/StorageNodes.js +2 -2
- package/dist/containers/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +1 -1
- package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.d.ts +3 -3
- package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.js +8 -8
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +3 -2
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +5 -5
- package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/StorageNodes/i18n/index.js +2 -4
- package/dist/containers/Storage/StorageNodes/shared.d.ts +1 -10
- package/dist/containers/Storage/StorageNodes/shared.js +1 -1
- package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +1 -1
- package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.js +1 -1
- package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +1 -1
- package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +1 -1
- package/dist/containers/Storage/StorageWrapper.d.ts +1 -1
- package/dist/containers/Storage/StorageWrapper.js +1 -1
- package/dist/containers/Storage/UsageFilter/UsageFilter.d.ts +1 -1
- package/dist/containers/Storage/UsageFilter/UsageFilter.js +7 -7
- package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/UsageFilter/i18n/index.js +2 -4
- package/dist/containers/Storage/VirtualStorage.d.ts +1 -1
- package/dist/containers/Storage/VirtualStorage.js +9 -13
- package/dist/containers/Storage/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/i18n/index.js +2 -4
- package/dist/containers/Storage/shared.d.ts +1 -10
- package/dist/containers/Storage/shared.js +1 -1
- package/dist/containers/Storage/utils/index.d.ts +2 -2
- package/dist/containers/Tablet/Tablet.d.ts +2 -11
- package/dist/containers/Tablet/Tablet.js +25 -37
- package/dist/containers/Tablet/TabletControls/TabletControls.d.ts +3 -4
- package/dist/containers/Tablet/TabletControls/TabletControls.js +6 -4
- package/dist/containers/Tablet/TabletInfo/TabletInfo.d.ts +2 -2
- package/dist/containers/Tablet/TabletInfo/TabletInfo.js +5 -5
- package/dist/containers/Tablet/TabletTable/TabletTable.d.ts +1 -1
- package/dist/containers/Tablet/TabletTable/TabletTable.js +2 -2
- package/dist/containers/Tablets/Tablets.d.ts +1 -1
- package/dist/containers/Tablets/Tablets.js +28 -28
- package/dist/containers/Tablets/Tablets.scss +1 -2
- package/dist/containers/Tablets/i18n/index.d.ts +1 -1
- package/dist/containers/Tablets/i18n/index.js +2 -4
- package/dist/containers/TabletsFilters/TabletsFilters.d.ts +17 -24
- package/dist/containers/TabletsFilters/TabletsFilters.js +21 -20
- package/dist/containers/Tenant/Acl/Acl.d.ts +1 -1
- package/dist/containers/Tenant/Acl/Acl.js +11 -11
- package/dist/containers/Tenant/Acl/Acl.scss +0 -5
- package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +19 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +5 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/en.json +8 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +4 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.js +15 -22
- package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +4 -4
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +7 -7
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.js +32 -37
- package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +2 -3
- package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +3 -3
- package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +2 -2
- package/dist/containers/Tenant/Diagnostics/Diagnostics.d.ts +2 -3
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +27 -31
- package/dist/containers/Tenant/Diagnostics/Diagnostics.scss +1 -1
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +6 -2
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +11 -11
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +1 -2
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.js +2 -3
- package/dist/containers/Tenant/Diagnostics/Network/Network.d.ts +5 -71
- package/dist/containers/Tenant/Diagnostics/Network/Network.js +122 -199
- package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +16 -26
- package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +16 -44
- package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +27 -45
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +5 -5
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +4 -3
- package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +14 -12
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +3 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +6 -6
- package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.js +9 -9
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.d.ts +2 -11
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +35 -41
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +27 -17
- package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.js +15 -15
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +3 -3
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.js +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +4 -4
- package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +7 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +2 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +7 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +3 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +15 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +13 -13
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +6 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +24 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +9 -20
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +7 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +69 -15
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +6 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +10 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +7 -12
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +4 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +6 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +4 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +20 -43
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +3 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +4 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +7 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +9 -8
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +10 -15
- package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +3 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/en.json +3 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.js +2 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +7 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +10 -17
- package/dist/containers/Tenant/Diagnostics/TenantOverview/utils.d.ts +1 -10
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +24 -59
- package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +4 -4
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +4 -4
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +3 -3
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.d.ts +2 -11
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +26 -33
- package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +3 -3
- package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +7 -7
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.js +2 -4
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +2 -2
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.js +6 -6
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +2 -2
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +9 -9
- package/dist/containers/Tenant/Info/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Info/i18n/index.js +2 -4
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.d.ts +3 -4
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js +6 -6
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +3 -3
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +20 -54
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +1 -2
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +14 -14
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.d.ts +1 -1
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +28 -38
- package/dist/containers/Tenant/Query/ExplainResult/utils.d.ts +3 -0
- package/dist/containers/Tenant/Query/ExplainResult/utils.js +34 -0
- package/dist/containers/Tenant/Query/Issues/Issues.d.ts +2 -3
- package/dist/containers/Tenant/Query/Issues/Issues.js +13 -13
- package/dist/containers/Tenant/Query/Issues/models.d.ts +1 -1
- package/dist/containers/Tenant/Query/Preview/Preview.d.ts +1 -1
- package/dist/containers/Tenant/Query/Preview/Preview.js +19 -35
- package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +1 -2
- package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.js +5 -5
- package/dist/containers/Tenant/Query/Query.d.ts +2 -2
- package/dist/containers/Tenant/Query/Query.js +6 -6
- package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.js +4 -4
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +15 -6
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +24 -24
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js +2 -2
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +9 -9
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +1 -2
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +5 -5
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.d.ts +1 -1
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js +11 -11
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.d.ts +1 -1
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js +15 -15
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.d.ts +1 -2
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +3 -3
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +6 -5
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +19 -66
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -1
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.d.ts +25 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +148 -0
- package/dist/containers/Tenant/Tenant.d.ts +2 -3
- package/dist/containers/Tenant/Tenant.js +29 -31
- package/dist/containers/Tenant/utils/index.d.ts +1 -1
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.d.ts +1 -2
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +4 -4
- package/dist/containers/Tenant/utils/schema.d.ts +1 -0
- package/dist/containers/Tenant/utils/schema.js +1 -0
- package/dist/containers/Tenant/utils/schemaActions.d.ts +1 -2
- package/dist/containers/Tenant/utils/schemaActions.js +1 -1
- package/dist/containers/Tenant/utils/schemaControls.d.ts +2 -3
- package/dist/containers/Tenant/utils/schemaControls.js +3 -3
- package/dist/containers/Tenants/Tenants.d.ts +1 -1
- package/dist/containers/Tenants/Tenants.js +22 -21
- package/dist/containers/UserSettings/Setting.d.ts +4 -4
- package/dist/containers/UserSettings/Setting.js +5 -5
- package/dist/containers/UserSettings/UserSettings.d.ts +3 -12
- package/dist/containers/UserSettings/UserSettings.js +6 -6
- package/dist/containers/UserSettings/settings.js +4 -4
- package/dist/containers/VDiskPage/VDiskPage.d.ts +2 -0
- package/dist/containers/VDiskPage/VDiskPage.js +108 -0
- package/dist/containers/VDiskPage/VDiskPage.scss +31 -0
- package/dist/containers/VDiskPage/i18n/en.json +9 -0
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/VDiskPage/i18n/index.js +4 -0
- package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +3 -12
- package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.js +7 -7
- package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.scss +2 -3
- package/dist/containers/Versions/NodesTable/NodesTable.d.ts +2 -2
- package/dist/containers/Versions/NodesTable/NodesTable.js +4 -4
- package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +2 -2
- package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.js +3 -3
- package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.scss +1 -1
- package/dist/containers/Versions/Versions.d.ts +1 -1
- package/dist/containers/Versions/Versions.js +17 -19
- package/dist/containers/Versions/groupNodes.d.ts +3 -2
- package/dist/containers/Versions/groupNodes.js +1 -1
- package/dist/containers/Versions/types.d.ts +1 -1
- package/dist/routes.d.ts +3 -0
- package/dist/routes.js +7 -2
- package/dist/services/api.d.ts +58 -45
- package/dist/services/api.js +107 -67
- package/dist/services/parsers/parseMetaTenants.d.ts +1 -1
- package/dist/services/settings.js +1 -1
- package/dist/store/configureStore.d.ts +29 -101
- package/dist/store/configureStore.js +13 -9
- package/dist/store/defaultStore.d.ts +11 -47
- package/dist/store/reducers/api.d.ts +3 -0
- package/dist/store/reducers/api.js +24 -0
- package/dist/store/reducers/authentication/authentication.d.ts +15 -69
- package/dist/store/reducers/authentication/authentication.js +1 -1
- package/dist/store/reducers/authentication/types.d.ts +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +11 -96
- package/dist/store/reducers/cluster/cluster.js +58 -76
- package/dist/store/reducers/cluster/types.d.ts +0 -9
- package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +7 -91
- package/dist/store/reducers/clusterNodes/clusterNodes.js +22 -36
- package/dist/store/reducers/clusters/clusters.d.ts +7 -95
- package/dist/store/reducers/clusters/clusters.js +28 -38
- package/dist/store/reducers/clusters/selectors.d.ts +3 -32
- package/dist/store/reducers/clusters/selectors.js +15 -44
- package/dist/store/reducers/clusters/types.d.ts +1 -9
- package/dist/store/reducers/describe.d.ts +4 -182
- package/dist/store/reducers/describe.js +23 -97
- package/dist/store/reducers/executeQuery.d.ts +6 -24
- package/dist/store/reducers/executeQuery.js +4 -4
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -25
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +45 -52
- package/dist/store/reducers/executeTopQueries/types.d.ts +3 -14
- package/dist/store/reducers/executeTopQueries/utils.d.ts +2 -2
- package/dist/store/reducers/explainQuery.d.ts +11 -47
- package/dist/store/reducers/explainQuery.js +2 -2
- package/dist/store/reducers/header/types.d.ts +5 -2
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +2113 -41
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +20 -40
- package/dist/store/reducers/healthcheckInfo/types.d.ts +1 -16
- package/dist/store/reducers/heatmap.d.ts +14 -108
- package/dist/store/reducers/heatmap.js +66 -61
- package/dist/store/reducers/host.d.ts +5 -23
- package/dist/store/reducers/host.js +1 -1
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +1 -1
- package/dist/store/reducers/index.d.ts +41 -105
- package/dist/store/reducers/index.js +20 -56
- package/dist/store/reducers/network/network.d.ts +3 -94
- package/dist/store/reducers/network/network.js +18 -37
- package/dist/store/reducers/node/node.d.ts +8 -181
- package/dist/store/reducers/node/node.js +30 -58
- package/dist/store/reducers/node/selectors.d.ts +86 -3
- package/dist/store/reducers/node/selectors.js +7 -6
- package/dist/store/reducers/node/types.d.ts +0 -18
- package/dist/store/reducers/nodes/nodes.d.ts +8 -191
- package/dist/store/reducers/nodes/nodes.js +53 -89
- package/dist/store/reducers/nodes/selectors.d.ts +7 -3
- package/dist/store/reducers/nodes/selectors.js +4 -15
- package/dist/store/reducers/nodes/types.d.ts +4 -15
- package/dist/store/reducers/nodes/utils.d.ts +1 -1
- package/dist/store/reducers/nodesList.d.ts +31 -35
- package/dist/store/reducers/nodesList.js +21 -26
- package/dist/store/reducers/olapStats.d.ts +5 -96
- package/dist/store/reducers/olapStats.js +22 -42
- package/dist/store/reducers/overview/overview.d.ts +6 -186
- package/dist/store/reducers/overview/overview.js +16 -72
- package/dist/store/reducers/partitions/partitions.d.ts +10 -98
- package/dist/store/reducers/partitions/partitions.js +39 -62
- package/dist/store/reducers/partitions/types.d.ts +0 -8
- package/dist/store/reducers/partitions/utils.d.ts +1 -1
- package/dist/store/reducers/pdisk/pdisk.d.ts +7 -208
- package/dist/store/reducers/pdisk/pdisk.js +36 -63
- package/dist/store/reducers/pdisk/types.d.ts +1 -17
- package/dist/store/reducers/pdisk/utils.d.ts +3 -25
- package/dist/store/reducers/pdisk/utils.js +2 -2
- package/dist/store/reducers/preview.d.ts +4 -98
- package/dist/store/reducers/preview.js +18 -39
- package/dist/store/reducers/schema/schema.d.ts +11 -33
- package/dist/store/reducers/schema/schema.js +15 -17
- package/dist/store/reducers/schema/types.d.ts +7 -4
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +5 -23
- package/dist/store/reducers/schemaAcl/schemaAcl.js +1 -1
- package/dist/store/reducers/schemaAcl/types.d.ts +1 -1
- package/dist/store/reducers/settings/settings.d.ts +2 -3
- package/dist/store/reducers/settings/types.d.ts +2 -2
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +8 -103
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +41 -70
- package/dist/store/reducers/shardsWorkload/types.d.ts +3 -14
- package/dist/store/reducers/storage/selectors.d.ts +6 -13
- package/dist/store/reducers/storage/selectors.js +15 -23
- package/dist/store/reducers/storage/storage.d.ts +8 -207
- package/dist/store/reducers/storage/storage.js +67 -132
- package/dist/store/reducers/storage/types.d.ts +6 -17
- package/dist/store/reducers/storage/utils.d.ts +1 -1
- package/dist/store/reducers/storage/utils.js +11 -12
- package/dist/store/reducers/tablet.d.ts +13 -181
- package/dist/store/reducers/tablet.js +58 -83
- package/dist/store/reducers/tablets.d.ts +7 -102
- package/dist/store/reducers/tablets.js +32 -52
- package/dist/store/reducers/tabletsFilters.d.ts +5 -23
- package/dist/store/reducers/tabletsFilters.js +1 -1
- package/dist/store/reducers/tenant/constants.d.ts +1 -0
- package/dist/store/reducers/tenant/constants.js +1 -0
- package/dist/store/reducers/tenant/tenant.d.ts +9 -120
- package/dist/store/reducers/tenant/tenant.js +42 -103
- package/dist/store/reducers/tenant/types.d.ts +1 -10
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -94
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +22 -48
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +22 -0
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -93
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +21 -41
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -93
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +21 -44
- package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +1 -1
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +3 -95
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +19 -46
- package/dist/store/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -15
- package/dist/store/reducers/tenants/contants.d.ts +6 -0
- package/dist/store/reducers/tenants/contants.js +6 -0
- package/dist/store/reducers/tenants/selectors.d.ts +1050 -3
- package/dist/store/reducers/tenants/selectors.js +4 -2
- package/dist/store/reducers/tenants/tenants.d.ts +9 -133
- package/dist/store/reducers/tenants/tenants.js +38 -41
- package/dist/store/reducers/tenants/types.d.ts +5 -13
- package/dist/store/reducers/tenants/utils.d.ts +24 -43
- package/dist/store/reducers/tenants/utils.js +92 -21
- package/dist/store/reducers/tooltip.d.ts +2 -2
- package/dist/store/reducers/topic.d.ts +1689 -41
- package/dist/store/reducers/topic.js +30 -61
- package/dist/store/reducers/vdisk/types.d.ts +11 -0
- package/dist/store/reducers/vdisk/utils.d.ts +11 -0
- package/dist/store/reducers/vdisk/utils.js +33 -0
- package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
- package/dist/store/reducers/vdisk/vdisk.js +46 -0
- package/dist/store/state-url-mapping.d.ts +8 -2
- package/dist/store/state-url-mapping.js +43 -14
- package/dist/styles/mixins.scss +6 -0
- package/dist/types/additionalProps.d.ts +3 -3
- package/dist/types/api/compute.d.ts +3 -3
- package/dist/types/api/consumer.d.ts +1 -1
- package/dist/types/api/netInfo.d.ts +1 -1
- package/dist/types/api/nodes.d.ts +4 -4
- package/dist/types/api/pdisk.d.ts +1 -1
- package/dist/types/api/schema/table.d.ts +2 -2
- package/dist/types/api/storage.d.ts +4 -2
- package/dist/types/api/systemState.d.ts +1 -1
- package/dist/types/api/tablet.d.ts +1 -1
- package/dist/types/api/tenant.d.ts +17 -3
- package/dist/types/api/tenant.js +6 -0
- package/dist/types/api/topic.d.ts +2 -2
- package/dist/types/api/vdisk.d.ts +2 -2
- package/dist/types/store/describe.d.ts +1 -23
- package/dist/types/store/executeQuery.d.ts +1 -1
- package/dist/types/store/explainQuery.d.ts +1 -1
- package/dist/types/store/heatmap.d.ts +1 -23
- package/dist/types/store/host.d.ts +1 -1
- package/dist/types/store/nodesList.d.ts +0 -14
- package/dist/types/store/query.d.ts +2 -2
- package/dist/types/store/tablet.d.ts +0 -18
- package/dist/types/store/tablets.d.ts +5 -15
- package/dist/types/store/tooltip.d.ts +2 -2
- package/dist/types/store/topic.d.ts +0 -14
- package/dist/utils/__test__/monitoring.test.js +28 -22
- package/dist/utils/__test__/parseBalancer.test.js +1 -1
- package/dist/utils/__test__/prepareBackend.test.js +1 -1
- package/dist/utils/bytesParsers/__test__/formatBytes.test.js +7 -7
- package/dist/utils/bytesParsers/formatBytes.js +1 -1
- package/dist/utils/bytesParsers/i18n/index.d.ts +1 -1
- package/dist/utils/bytesParsers/i18n/index.js +2 -4
- package/dist/utils/clusterVersionColors.js +1 -1
- package/dist/utils/cn.d.ts +1 -2
- package/dist/utils/cn.js +5 -2
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.js +2 -0
- package/dist/utils/createToast.d.ts +2 -2
- package/dist/utils/createToast.js +3 -3
- package/dist/utils/dataFormatters/dataFormatters.d.ts +1 -1
- package/dist/utils/dataFormatters/dataFormatters.js +2 -1
- package/dist/utils/dataFormatters/i18n/index.d.ts +1 -1
- package/dist/utils/dataFormatters/i18n/index.js +2 -4
- package/dist/utils/diagnostics.d.ts +1 -1
- package/dist/utils/disks/__test__/calculateVDiskSeverity.test.js +18 -18
- package/dist/utils/disks/calculateVDiskSeverity.d.ts +1 -1
- package/dist/utils/disks/constants.js +2 -2
- package/dist/utils/disks/getPDiskType.js +1 -1
- package/dist/utils/disks/types.d.ts +5 -1
- package/dist/utils/filters.js +1 -1
- package/dist/utils/hooks/index.d.ts +0 -1
- package/dist/utils/hooks/index.js +0 -1
- package/dist/utils/hooks/useNodesRequestParams.d.ts +1 -1
- package/dist/utils/hooks/useNodesRequestParams.js +2 -2
- package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
- package/dist/utils/hooks/useSetting.d.ts +1 -1
- package/dist/utils/hooks/useSetting.js +3 -3
- package/dist/utils/hooks/useStorageRequestParams.js +2 -2
- package/dist/utils/hooks/useTableResize.js +8 -6
- package/dist/utils/hooks/useTableSort.d.ts +1 -1
- package/dist/utils/hooks/useTableSort.js +2 -2
- package/dist/utils/hooks/useTypedSelector.d.ts +1 -1
- package/dist/utils/i18n/i18n.d.ts +2 -1
- package/dist/utils/i18n/i18n.js +1 -7
- package/dist/utils/lazyComponent.d.ts +4 -0
- package/dist/utils/lazyComponent.js +25 -0
- package/dist/utils/monaco/index.d.ts +1 -0
- package/dist/utils/monaco/index.js +4 -0
- package/dist/utils/monaco/s-expression/constants.d.ts +1 -0
- package/dist/utils/monaco/s-expression/constants.js +1 -0
- package/dist/utils/monaco/s-expression/registerLanguage.d.ts +1 -0
- package/dist/utils/{monaco.js → monaco/s-expression/registerLanguage.js} +2 -19
- package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/generateSuggestions.d.ts +2 -2
- package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/generateSuggestions.js +40 -11
- package/dist/utils/monaco/yqlSuggestions/registerCompletionItemProvider.d.ts +1 -0
- package/dist/utils/monaco/yqlSuggestions/registerCompletionItemProvider.js +15 -0
- package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/yqlSuggestions.js +5 -3
- package/dist/utils/monitoring.d.ts +4 -3
- package/dist/utils/monitoring.js +39 -24
- package/dist/utils/nodes.d.ts +3 -3
- package/dist/utils/nodes.js +1 -1
- package/dist/utils/numeral.js +7 -1
- package/dist/utils/prepareQueryExplain.d.ts +1 -1
- package/dist/utils/query.d.ts +1 -1
- package/dist/utils/storage.d.ts +1 -0
- package/dist/utils/storage.js +1 -0
- package/dist/utils/timeParsers/i18n/index.d.ts +1 -1
- package/dist/utils/timeParsers/i18n/index.js +2 -4
- package/dist/utils/timeParsers/parsers.js +1 -1
- package/dist/utils/tooltip.d.ts +8 -8
- package/dist/utils/tooltip.js +9 -9
- package/dist/utils/utils.js +1 -1
- package/dist/utils/versions/getVersionsColors.js +10 -10
- package/package.json +66 -61
- package/dist/containers/Clusters/useClustersList.d.ts +0 -1
- package/dist/containers/Clusters/useClustersList.js +0 -9
- package/dist/containers/PDisk/PDisk.d.ts +0 -3
- package/dist/containers/PDisk/shared.d.ts +0 -10
- package/dist/containers/Storage/DiskStateProgressBar/index.d.ts +0 -1
- package/dist/containers/Storage/DiskStateProgressBar/index.js +0 -1
- package/dist/containers/Storage/PDiskPopup/index.d.ts +0 -1
- package/dist/containers/Storage/PDiskPopup/index.js +0 -1
- package/dist/containers/Storage/VDisk/VDisk.js +0 -28
- package/dist/containers/Storage/VDisk/index.d.ts +0 -1
- package/dist/containers/Storage/VDisk/index.js +0 -1
- package/dist/containers/Storage/VDiskPopup/VDiskPopup.d.ts +0 -11
- package/dist/containers/Storage/VDiskPopup/index.d.ts +0 -1
- package/dist/containers/Storage/VDiskPopup/index.js +0 -1
- package/dist/containers/Storage/utils/types.d.ts +0 -5
- package/dist/store/reducers/clusterNodes/types.d.ts +0 -14
- package/dist/store/reducers/clusterNodes/types.js +0 -1
- package/dist/store/reducers/network/types.d.ts +0 -11
- package/dist/store/reducers/network/types.js +0 -1
- package/dist/store/reducers/overview/types.d.ts +0 -18
- package/dist/store/reducers/overview/types.js +0 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/types.d.ts +0 -10
- package/dist/store/reducers/tenantOverview/executeTopTables/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.d.ts +0 -95
- package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.js +0 -47
- package/dist/store/reducers/tenantOverview/topNodesByCpu/types.d.ts +0 -19
- package/dist/store/reducers/tenantOverview/topNodesByCpu/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.d.ts +0 -95
- package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.js +0 -47
- package/dist/store/reducers/tenantOverview/topNodesByLoad/types.d.ts +0 -19
- package/dist/store/reducers/tenantOverview/topNodesByLoad/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.d.ts +0 -95
- package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.js +0 -47
- package/dist/store/reducers/tenantOverview/topNodesByMemory/types.d.ts +0 -19
- package/dist/store/reducers/tenantOverview/topNodesByMemory/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topQueries/types.d.ts +0 -10
- package/dist/store/reducers/tenantOverview/topQueries/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topShards/types.d.ts +0 -10
- package/dist/store/reducers/tenantOverview/topShards/types.js +0 -1
- package/dist/types/store/olapStats.d.ts +0 -10
- package/dist/types/store/olapStats.js +0 -1
- package/dist/utils/autofetcher.d.ts +0 -13
- package/dist/utils/autofetcher.js +0 -50
- package/dist/utils/hooks/useAutofetcher.d.ts +0 -2
- package/dist/utils/hooks/useAutofetcher.js +0 -23
- package/dist/utils/monaco.d.ts +0 -3
- /package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
- /package/dist/components/MetricChart/{convertReponse.d.ts → convertResponse.d.ts} +0 -0
- /package/dist/components/MetricChart/{convertReponse.js → convertResponse.js} +0 -0
- /package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.scss +0 -0
- /package/dist/{containers/Storage → components}/VDiskPopup/VDiskPopup.scss +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/i18n/en.json +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/i18n/index.d.ts +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/i18n/index.js +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/shared.js +0 -0
- /package/dist/{containers/Storage/utils → store/reducers/vdisk}/types.js +0 -0
- /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/constants.d.ts +0 -0
- /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/constants.js +0 -0
- /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/yqlSuggestions.d.ts +0 -0
@@ -1,53 +1,44 @@
|
|
1
|
-
import { jsx as _jsx,
|
2
|
-
import
|
3
|
-
import cn from 'bem-cn-lite';
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
4
3
|
import DataTable from '@gravity-ui/react-data-table';
|
5
4
|
import { ASCENDING } from '@gravity-ui/react-data-table/build/esm/lib/constants';
|
5
|
+
import { skipToken } from '@reduxjs/toolkit/query';
|
6
|
+
import { EntitiesCount } from '../../components/EntitiesCount';
|
6
7
|
import { AccessDenied } from '../../components/Errors/403';
|
8
|
+
import { ResponseError } from '../../components/Errors/ResponseError';
|
7
9
|
import { Illustration } from '../../components/Illustration';
|
8
|
-
import { Search } from '../../components/Search';
|
9
10
|
import { ProblemFilter } from '../../components/ProblemFilter';
|
10
|
-
import {
|
11
|
-
import { EntitiesCount } from '../../components/EntitiesCount';
|
11
|
+
import { Search } from '../../components/Search';
|
12
12
|
import { TableWithControlsLayout } from '../../components/TableWithControlsLayout/TableWithControlsLayout';
|
13
|
-
import {
|
14
|
-
import {
|
15
|
-
import {
|
16
|
-
import {
|
17
|
-
import {
|
18
|
-
import {
|
19
|
-
import {
|
13
|
+
import { UptimeFilter } from '../../components/UptimeFIlter';
|
14
|
+
import { nodesApi, setInitialState, setSearchValue, setSort, setUptimeFilter, } from '../../store/reducers/nodes/nodes';
|
15
|
+
import { filterNodes } from '../../store/reducers/nodes/selectors';
|
16
|
+
import { ProblemFilterValues, changeFilter } from '../../store/reducers/settings/settings';
|
17
|
+
import { cn } from '../../utils/cn';
|
18
|
+
import { DEFAULT_POLLING_INTERVAL, DEFAULT_TABLE_SETTINGS, USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY, } from '../../utils/constants';
|
19
|
+
import { useSetting, useTableSort, useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
20
|
+
import { NodesUptimeFilterValues, isSortableNodesProperty, isUnavailableNode, } from '../../utils/nodes';
|
20
21
|
import { getNodesColumns } from './getNodesColumns';
|
21
|
-
import './Nodes.scss';
|
22
22
|
import i18n from './i18n';
|
23
|
+
import './Nodes.scss';
|
23
24
|
const b = cn('ydb-nodes');
|
24
25
|
export const Nodes = ({ path, additionalNodesProps = {} }) => {
|
25
26
|
const dispatch = useTypedDispatch();
|
26
27
|
const isClusterNodes = !path;
|
27
|
-
|
28
|
-
// we need to reset filters, searchValue and loading state
|
29
|
-
// in nodes reducer when path changes
|
30
|
-
useEffect(() => {
|
31
|
-
dispatch(resetNodesState());
|
32
|
-
}, [dispatch, path]);
|
33
|
-
const { wasLoaded, loading, error, nodesUptimeFilter, searchValue, sortOrder = ASCENDING, sortValue = 'NodeId', totalNodes, } = useTypedSelector((state) => state.nodes);
|
28
|
+
const { uptimeFilter, searchValue, sortOrder = ASCENDING, sortValue = 'NodeId', } = useTypedSelector((state) => state.nodes);
|
34
29
|
const problemFilter = useTypedSelector((state) => state.settings.problemFilter);
|
35
30
|
const { autorefresh } = useTypedSelector((state) => state.schema);
|
36
|
-
const nodes = useTypedSelector(selectFilteredNodes);
|
37
31
|
const [useNodesEndpoint] = useSetting(USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY);
|
38
|
-
const
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
}
|
49
|
-
}, [dispatch, path, useNodesEndpoint]);
|
50
|
-
useAutofetcher(fetchNodes, [fetchNodes], isClusterNodes ? true : autorefresh);
|
32
|
+
const autoRefreshInterval = isClusterNodes ? DEFAULT_POLLING_INTERVAL : autorefresh;
|
33
|
+
// If there is no path, it's cluster Nodes tab
|
34
|
+
const useGetComputeNodes = path && !useNodesEndpoint;
|
35
|
+
const nodesQuery = nodesApi.useGetNodesQuery(useGetComputeNodes ? skipToken : { path }, {
|
36
|
+
pollingInterval: autoRefreshInterval,
|
37
|
+
});
|
38
|
+
const computeQuery = nodesApi.useGetComputeNodesQuery(useGetComputeNodes ? { path } : skipToken, {
|
39
|
+
pollingInterval: autoRefreshInterval,
|
40
|
+
});
|
41
|
+
const { currentData: data, isLoading, error } = useGetComputeNodes ? computeQuery : nodesQuery;
|
51
42
|
const [sort, handleSort] = useTableSort({ sortValue, sortOrder }, (sortParams) => dispatch(setSort(sortParams)));
|
52
43
|
const handleSearchQueryChange = (value) => {
|
53
44
|
dispatch(setSearchValue(value));
|
@@ -56,10 +47,23 @@ export const Nodes = ({ path, additionalNodesProps = {} }) => {
|
|
56
47
|
dispatch(changeFilter(value));
|
57
48
|
};
|
58
49
|
const handleUptimeFilterChange = (value) => {
|
59
|
-
dispatch(
|
50
|
+
dispatch(setUptimeFilter(value));
|
60
51
|
};
|
52
|
+
// Since Nodes component is used in several places,
|
53
|
+
// we need to reset filters, searchValue
|
54
|
+
// in nodes reducer when path changes
|
55
|
+
React.useEffect(() => {
|
56
|
+
return () => {
|
57
|
+
// Clean data on component unmount
|
58
|
+
dispatch(setInitialState());
|
59
|
+
};
|
60
|
+
}, [dispatch, path]);
|
61
|
+
const nodes = React.useMemo(() => {
|
62
|
+
return filterNodes(data === null || data === void 0 ? void 0 : data.Nodes, { searchValue, uptimeFilter, problemFilter });
|
63
|
+
}, [data, searchValue, uptimeFilter, problemFilter]);
|
64
|
+
const totalNodes = (data === null || data === void 0 ? void 0 : data.TotalNodes) || 0;
|
61
65
|
const renderControls = () => {
|
62
|
-
return (_jsxs(
|
66
|
+
return (_jsxs(React.Fragment, { children: [_jsx(Search, { onChange: handleSearchQueryChange, placeholder: "Host name", className: b('search'), value: searchValue }), _jsx(ProblemFilter, { value: problemFilter, onChange: handleProblemFilterChange }), _jsx(UptimeFilter, { value: uptimeFilter, onChange: handleUptimeFilterChange }), _jsx(EntitiesCount, { total: totalNodes, current: (nodes === null || nodes === void 0 ? void 0 : nodes.length) || 0, label: 'Nodes', loading: isLoading })] }));
|
63
67
|
};
|
64
68
|
const renderTable = () => {
|
65
69
|
const rawColumns = getNodesColumns({
|
@@ -70,7 +74,7 @@ export const Nodes = ({ path, additionalNodesProps = {} }) => {
|
|
70
74
|
});
|
71
75
|
if (nodes && nodes.length === 0) {
|
72
76
|
if (problemFilter !== ProblemFilterValues.ALL ||
|
73
|
-
|
77
|
+
uptimeFilter !== NodesUptimeFilterValues.All) {
|
74
78
|
return _jsx(Illustration, { name: "thumbsUp", width: "200" });
|
75
79
|
}
|
76
80
|
}
|
@@ -82,5 +86,5 @@ export const Nodes = ({ path, additionalNodesProps = {} }) => {
|
|
82
86
|
}
|
83
87
|
return _jsx(ResponseError, { error: error });
|
84
88
|
}
|
85
|
-
return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), _jsx(TableWithControlsLayout.Table,
|
89
|
+
return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), _jsx(TableWithControlsLayout.Table, { loading: isLoading, className: b('table'), children: renderTable() })] }));
|
86
90
|
};
|
@@ -4,5 +4,5 @@ interface NodesWrapperProps {
|
|
4
4
|
parentContainer?: Element | null;
|
5
5
|
additionalNodesProps?: AdditionalNodesProps;
|
6
6
|
}
|
7
|
-
export declare const NodesWrapper: ({ parentContainer, ...props }: NodesWrapperProps) => JSX.Element;
|
7
|
+
export declare const NodesWrapper: ({ parentContainer, ...props }: NodesWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
8
8
|
export {};
|
@@ -2,8 +2,8 @@ import { __rest } from "tslib";
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
3
3
|
import { USE_BACKEND_PARAMS_FOR_TABLES_KEY } from '../../utils/constants';
|
4
4
|
import { useSetting } from '../../utils/hooks';
|
5
|
-
import { VirtualNodes } from './VirtualNodes';
|
6
5
|
import { Nodes } from './Nodes';
|
6
|
+
import { VirtualNodes } from './VirtualNodes';
|
7
7
|
export const NodesWrapper = (_a) => {
|
8
8
|
var { parentContainer } = _a, props = __rest(_a, ["parentContainer"]);
|
9
9
|
const [useVirtualTable] = useSetting(USE_BACKEND_PARAMS_FOR_TABLES_KEY);
|
@@ -5,5 +5,5 @@ interface NodesProps {
|
|
5
5
|
parentContainer?: Element | null;
|
6
6
|
additionalNodesProps?: AdditionalNodesProps;
|
7
7
|
}
|
8
|
-
export declare const VirtualNodes: ({ path, parentContainer, additionalNodesProps }: NodesProps) => JSX.Element;
|
8
|
+
export declare const VirtualNodes: ({ path, parentContainer, additionalNodesProps }: NodesProps) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export {};
|
@@ -1,31 +1,31 @@
|
|
1
|
-
import { jsx as _jsx,
|
2
|
-
import
|
3
|
-
import cn from 'bem-cn-lite';
|
4
|
-
import { ProblemFilterValues } from '../../store/reducers/settings/settings';
|
5
|
-
import { NodesUptimeFilterValues, getProblemParamValue, getUptimeParamValue, isSortableNodesProperty, isUnavailableNode, } from '../../utils/nodes';
|
6
|
-
import { updateColumnsWidth, useTableResize } from '../../utils/hooks/useTableResize';
|
7
|
-
import { Search } from '../../components/Search';
|
8
|
-
import { ProblemFilter } from '../../components/ProblemFilter';
|
9
|
-
import { UptimeFilter } from '../../components/UptimeFIlter';
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
10
3
|
import { EntitiesCount } from '../../components/EntitiesCount';
|
11
4
|
import { AccessDenied } from '../../components/Errors/403';
|
12
5
|
import { ResponseError } from '../../components/Errors/ResponseError';
|
13
6
|
import { Illustration } from '../../components/Illustration';
|
14
|
-
import {
|
15
|
-
import {
|
7
|
+
import { ProblemFilter } from '../../components/ProblemFilter';
|
8
|
+
import { Search } from '../../components/Search';
|
9
|
+
import { UptimeFilter } from '../../components/UptimeFIlter';
|
10
|
+
import { VirtualTable } from '../../components/VirtualTable';
|
11
|
+
import { ProblemFilterValues } from '../../store/reducers/settings/settings';
|
12
|
+
import { cn } from '../../utils/cn';
|
13
|
+
import { updateColumnsWidth, useTableResize } from '../../utils/hooks/useTableResize';
|
14
|
+
import { NodesUptimeFilterValues, getProblemParamValue, getUptimeParamValue, isSortableNodesProperty, isUnavailableNode, } from '../../utils/nodes';
|
16
15
|
import { getNodes } from './getNodes';
|
16
|
+
import { getNodesColumns } from './getNodesColumns';
|
17
17
|
import i18n from './i18n';
|
18
18
|
import './Nodes.scss';
|
19
19
|
const b = cn('ydb-nodes');
|
20
20
|
export const VirtualNodes = ({ path, parentContainer, additionalNodesProps }) => {
|
21
|
-
const [searchValue, setSearchValue] = useState('');
|
22
|
-
const [problemFilter, setProblemFilter] = useState(ProblemFilterValues.ALL);
|
23
|
-
const [uptimeFilter, setUptimeFilter] = useState(NodesUptimeFilterValues.All);
|
21
|
+
const [searchValue, setSearchValue] = React.useState('');
|
22
|
+
const [problemFilter, setProblemFilter] = React.useState(ProblemFilterValues.ALL);
|
23
|
+
const [uptimeFilter, setUptimeFilter] = React.useState(NodesUptimeFilterValues.All);
|
24
24
|
const [tableColumnsWidthSetup, setTableColumnsWidth] = useTableResize('nodesTableColumnsWidth');
|
25
|
-
const filters = useMemo(() => {
|
25
|
+
const filters = React.useMemo(() => {
|
26
26
|
return [path, searchValue, problemFilter, uptimeFilter];
|
27
27
|
}, [path, searchValue, problemFilter, uptimeFilter]);
|
28
|
-
const fetchData = useCallback(async (limit, offset, { sortOrder, columnId } = {}) => {
|
28
|
+
const fetchData = React.useCallback(async (limit, offset, { sortOrder, columnId } = {}) => {
|
29
29
|
return await getNodes({
|
30
30
|
limit,
|
31
31
|
offset,
|
@@ -41,7 +41,7 @@ export const VirtualNodes = ({ path, parentContainer, additionalNodesProps }) =>
|
|
41
41
|
return b('node', { unavailable: isUnavailableNode(row) });
|
42
42
|
};
|
43
43
|
const renderControls = ({ totalEntities, foundEntities, inited }) => {
|
44
|
-
return (_jsxs(
|
44
|
+
return (_jsxs(React.Fragment, { children: [_jsx(Search, { onChange: setSearchValue, placeholder: "Host name", className: b('search'), value: searchValue }), _jsx(ProblemFilter, { value: problemFilter, onChange: setProblemFilter }), _jsx(UptimeFilter, { value: uptimeFilter, onChange: setUptimeFilter }), _jsx(EntitiesCount, { total: totalEntities, current: foundEntities, label: 'Nodes', loading: !inited })] }));
|
45
45
|
};
|
46
46
|
const renderEmptyDataMessage = () => {
|
47
47
|
if (problemFilter !== ProblemFilterValues.ALL ||
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import type { Column as DataTableColumn } from '@gravity-ui/react-data-table';
|
2
2
|
import type { Column as VirtualTableColumn } from '../../components/VirtualTable';
|
3
3
|
import type { NodesPreparedEntity } from '../../store/reducers/nodes/types';
|
4
4
|
import type { GetNodeRefFunc } from '../../types/additionalProps';
|
@@ -1,14 +1,14 @@
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
2
2
|
import DataTable from '@gravity-ui/react-data-table';
|
3
|
+
import { CellWithPopover } from '../../components/CellWithPopover/CellWithPopover';
|
4
|
+
import { NodeHostWrapper } from '../../components/NodeHostWrapper/NodeHostWrapper';
|
3
5
|
import { PoolsGraph } from '../../components/PoolsGraph/PoolsGraph';
|
4
6
|
import { ProgressViewer } from '../../components/ProgressViewer/ProgressViewer';
|
5
7
|
import { TabletsStatistic } from '../../components/TabletsStatistic';
|
6
|
-
import { NodeHostWrapper } from '../../components/NodeHostWrapper/NodeHostWrapper';
|
7
|
-
import { formatBytesToGigabyte, formatStorageValuesToGb, } from '../../utils/dataFormatters/dataFormatters';
|
8
|
-
import { getLoadSeverityForNode } from '../../store/reducers/nodes/utils';
|
9
8
|
import { UsageLabel } from '../../components/UsageLabel/UsageLabel';
|
10
|
-
import {
|
9
|
+
import { getLoadSeverityForNode } from '../../store/reducers/nodes/utils';
|
11
10
|
import { EMPTY_DATA_PLACEHOLDER } from '../../utils/constants';
|
11
|
+
import { formatBytesToGigabyte, formatStorageValuesToGb, } from '../../utils/dataFormatters/dataFormatters';
|
12
12
|
const NODES_COLUMNS_IDS = {
|
13
13
|
NodeId: 'NodeId',
|
14
14
|
Host: 'Host',
|
@@ -65,10 +65,9 @@ const versionColumn = {
|
|
65
65
|
width: 200,
|
66
66
|
align: DataTable.LEFT,
|
67
67
|
render: ({ row }) => {
|
68
|
-
return _jsx(CellWithPopover,
|
68
|
+
return _jsx(CellWithPopover, { content: row.Version, children: row.Version });
|
69
69
|
},
|
70
70
|
sortable: false,
|
71
|
-
resizeable: true,
|
72
71
|
};
|
73
72
|
const uptimeColumn = {
|
74
73
|
name: NODES_COLUMNS_IDS.Uptime,
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: (key:
|
1
|
+
declare const _default: (key: "empty.default", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
2
|
export default _default;
|
@@ -1,7 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { registerKeysets } from '../../../utils/i18n';
|
2
2
|
import en from './en.json';
|
3
3
|
import ru from './ru.json';
|
4
4
|
const COMPONENT = 'ydb-nodes';
|
5
|
-
|
6
|
-
i18n.registerKeyset(Lang.Ru, COMPONENT, ru);
|
7
|
-
export default i18n.keyset(COMPONENT);
|
5
|
+
export default registerKeysets(COMPONENT, { ru, en });
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import type { PreparedStorageGroup } from '../../store/reducers/storage/types';
|
3
2
|
import type { NodesMap } from '../../types/store/nodesList';
|
4
3
|
interface PDiskGroupsProps {
|
@@ -6,5 +5,5 @@ interface PDiskGroupsProps {
|
|
6
5
|
nodesMap?: NodesMap;
|
7
6
|
loading?: boolean;
|
8
7
|
}
|
9
|
-
export declare function PDiskGroups({ data, nodesMap, loading }: PDiskGroupsProps): JSX.Element;
|
8
|
+
export declare function PDiskGroups({ data, nodesMap, loading }: PDiskGroupsProps): import("react/jsx-runtime").JSX.Element;
|
10
9
|
export {};
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { jsx as _jsx,
|
2
|
-
import
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
3
3
|
import DataTable from '@gravity-ui/react-data-table';
|
4
4
|
import { TableSkeleton } from '../../components/TableSkeleton/TableSkeleton';
|
5
5
|
import { DEFAULT_TABLE_SETTINGS } from '../../utils/constants';
|
6
6
|
import { getPDiskStorageColumns } from '../Storage/StorageGroups/getStorageGroupsColumns';
|
7
|
-
import { pdiskPageCn } from './shared';
|
8
7
|
import { pDiskPageKeyset } from './i18n';
|
8
|
+
import { pdiskPageCn } from './shared';
|
9
9
|
export function PDiskGroups({ data, nodesMap, loading }) {
|
10
|
-
const pDiskStorageColumns = useMemo(() => {
|
10
|
+
const pDiskStorageColumns = React.useMemo(() => {
|
11
11
|
return getPDiskStorageColumns(nodesMap);
|
12
12
|
}, [nodesMap]);
|
13
13
|
const renderContent = () => {
|
@@ -16,5 +16,5 @@ export function PDiskGroups({ data, nodesMap, loading }) {
|
|
16
16
|
}
|
17
17
|
return (_jsx(DataTable, { theme: "yandex-cloud", data: data, columns: pDiskStorageColumns, settings: DEFAULT_TABLE_SETTINGS }));
|
18
18
|
};
|
19
|
-
return (_jsxs(
|
19
|
+
return (_jsxs(React.Fragment, { children: [_jsx("div", { className: pdiskPageCn('groups-title'), children: pDiskPageKeyset('groups') }), _jsx("div", { children: renderContent() })] }));
|
20
20
|
}
|
@@ -1,59 +1,57 @@
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import
|
3
|
-
import { StringParam, useQueryParams } from 'use-query-params';
|
4
|
-
import { Helmet } from 'react-helmet-async';
|
2
|
+
import React from 'react';
|
5
3
|
import { Icon } from '@gravity-ui/uikit';
|
6
|
-
import
|
7
|
-
import {
|
4
|
+
import { skipToken } from '@reduxjs/toolkit/query';
|
5
|
+
import { Helmet } from 'react-helmet-async';
|
6
|
+
import { StringParam, useQueryParams } from 'use-query-params';
|
7
|
+
import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
8
|
+
import { DiskPageTitle } from '../../components/DiskPageTitle/DiskPageTitle';
|
9
|
+
import { InfoViewerSkeleton } from '../../components/InfoViewerSkeleton/InfoViewerSkeleton';
|
10
|
+
import { PDiskInfo } from '../../components/PDiskInfo/PDiskInfo';
|
11
|
+
import { PageMeta } from '../../components/PageMeta/PageMeta';
|
8
12
|
import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
|
9
|
-
import {
|
10
|
-
import {
|
13
|
+
import { selectNodesMap } from '../../store/reducers/nodesList';
|
14
|
+
import { pDiskApi } from '../../store/reducers/pdisk/pdisk';
|
15
|
+
import { valueIsDefined } from '../../utils';
|
16
|
+
import { DEFAULT_POLLING_INTERVAL } from '../../utils/constants';
|
11
17
|
import { getSeverityColor } from '../../utils/disks/helpers';
|
12
|
-
import {
|
13
|
-
import { StatusIcon } from '../../components/StatusIcon/StatusIcon';
|
14
|
-
import { PDiskInfo } from '../../components/PDiskInfo/PDiskInfo';
|
15
|
-
import { InfoViewerSkeleton } from '../../components/InfoViewerSkeleton/InfoViewerSkeleton';
|
16
|
-
import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
18
|
+
import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
17
19
|
import { PDiskGroups } from './PDiskGroups';
|
18
|
-
import { pdiskPageCn } from './shared';
|
19
20
|
import { pDiskPageKeyset } from './i18n';
|
20
|
-
import './
|
21
|
-
|
21
|
+
import { pdiskPageCn } from './shared';
|
22
|
+
import ArrowRotateLeftIcon from '@gravity-ui/icons/svgs/arrow-rotate-left.svg';
|
23
|
+
import './PDiskPage.scss';
|
24
|
+
export function PDiskPage() {
|
25
|
+
var _a;
|
22
26
|
const dispatch = useTypedDispatch();
|
23
27
|
const nodesMap = useTypedSelector(selectNodesMap);
|
24
|
-
const { pDiskData, groupsData, pDiskLoading, pDiskWasLoaded, groupsLoading, groupsWasLoaded } = useTypedSelector((state) => state.pDisk);
|
25
|
-
const { NodeHost, NodeId, NodeType, NodeDC, Severity } = pDiskData;
|
26
28
|
const [{ nodeId, pDiskId }] = useQueryParams({
|
27
29
|
nodeId: StringParam,
|
28
30
|
pDiskId: StringParam,
|
29
31
|
});
|
30
|
-
useEffect(() => {
|
32
|
+
React.useEffect(() => {
|
31
33
|
dispatch(setHeaderBreadcrumbs('pDisk', { nodeId, pDiskId }));
|
32
34
|
}, [dispatch, nodeId, pDiskId]);
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
}
|
46
|
-
return undefined;
|
47
|
-
}, [dispatch, nodeId, pDiskId]);
|
48
|
-
useAutofetcher(fetchData, [fetchData], true);
|
35
|
+
const params = valueIsDefined(nodeId) && valueIsDefined(pDiskId) ? { nodeId, pDiskId } : skipToken;
|
36
|
+
const pdiskDataQuery = pDiskApi.useGetPdiskInfoQuery(params, {
|
37
|
+
pollingInterval: DEFAULT_POLLING_INTERVAL,
|
38
|
+
});
|
39
|
+
const pDiskLoading = pdiskDataQuery.isFetching && pdiskDataQuery.currentData === undefined;
|
40
|
+
const pDiskData = pdiskDataQuery.currentData || {};
|
41
|
+
const { NodeHost, NodeId, NodeType, NodeDC, Severity } = pDiskData;
|
42
|
+
const pDiskStorageQuery = pDiskApi.useGetStorageInfoQuery(params, {
|
43
|
+
pollingInterval: DEFAULT_POLLING_INTERVAL,
|
44
|
+
});
|
45
|
+
const groupsLoading = pDiskStorageQuery.isFetching && pDiskStorageQuery.currentData === undefined;
|
46
|
+
const groupsData = (_a = pDiskStorageQuery.currentData) !== null && _a !== void 0 ? _a : [];
|
49
47
|
const handleRestart = async () => {
|
50
|
-
if (nodeId && pDiskId) {
|
48
|
+
if (valueIsDefined(nodeId) && valueIsDefined(pDiskId)) {
|
51
49
|
return window.api.restartPDisk(nodeId, pDiskId);
|
52
50
|
}
|
53
51
|
return undefined;
|
54
52
|
};
|
55
53
|
const handleAfterRestart = async () => {
|
56
|
-
return
|
54
|
+
return Promise.all([pdiskDataQuery.refetch(), pDiskStorageQuery.refetch()]);
|
57
55
|
};
|
58
56
|
const renderHelmet = () => {
|
59
57
|
const pDiskPagePart = pDiskId
|
@@ -65,22 +63,22 @@ export function PDisk() {
|
|
65
63
|
const renderPageMeta = () => {
|
66
64
|
const hostItem = NodeHost ? `${pDiskPageKeyset('fqdn')}: ${NodeHost}` : undefined;
|
67
65
|
const nodeIdItem = NodeId ? `${pDiskPageKeyset('node')}: ${NodeId}` : undefined;
|
68
|
-
return (_jsx(PageMeta, { className: pdiskPageCn('meta'), items: [hostItem, nodeIdItem, NodeType, NodeDC] }));
|
66
|
+
return (_jsx(PageMeta, { className: pdiskPageCn('meta'), loading: pDiskLoading, items: [hostItem, nodeIdItem, NodeType, NodeDC] }));
|
69
67
|
};
|
70
68
|
const renderPageTitle = () => {
|
71
|
-
return (
|
69
|
+
return (_jsx(DiskPageTitle, { entityName: pDiskPageKeyset('pdisk'), status: getSeverityColor(Severity), id: pDiskId, className: pdiskPageCn('title') }));
|
72
70
|
};
|
73
71
|
const renderControls = () => {
|
74
|
-
return (_jsx("div",
|
72
|
+
return (_jsx("div", { className: pdiskPageCn('controls'), children: _jsxs(ButtonWithConfirmDialog, { onConfirmAction: handleRestart, onConfirmActionSuccess: handleAfterRestart, buttonDisabled: !nodeId || !pDiskId, buttonView: "normal", dialogContent: pDiskPageKeyset('restart-pdisk-dialog'), children: [_jsx(Icon, { data: ArrowRotateLeftIcon }), pDiskPageKeyset('restart-pdisk-button')] }) }));
|
75
73
|
};
|
76
74
|
const renderInfo = () => {
|
77
|
-
if (pDiskLoading
|
75
|
+
if (pDiskLoading) {
|
78
76
|
return _jsx(InfoViewerSkeleton, { className: pdiskPageCn('info'), rows: 10 });
|
79
77
|
}
|
80
78
|
return (_jsx(PDiskInfo, { pDisk: pDiskData, nodeId: nodeId, className: pdiskPageCn('info'), isPDiskPage: true }));
|
81
79
|
};
|
82
80
|
const renderGroupsTable = () => {
|
83
|
-
return
|
81
|
+
return _jsx(PDiskGroups, { data: groupsData, nodesMap: nodesMap, loading: groupsLoading });
|
84
82
|
};
|
85
|
-
return (_jsxs("div",
|
83
|
+
return (_jsxs("div", { className: pdiskPageCn(null), children: [renderHelmet(), renderPageMeta(), renderPageTitle(), renderControls(), renderInfo(), renderGroupsTable()] }));
|
86
84
|
}
|
@@ -6,13 +6,12 @@
|
|
6
6
|
display: flex;
|
7
7
|
overflow: auto;
|
8
8
|
flex-direction: column;
|
9
|
+
gap: 20px;
|
9
10
|
|
10
11
|
height: 100%;
|
11
12
|
padding-top: 20px;
|
12
13
|
padding-left: 20px;
|
13
14
|
|
14
|
-
gap: 20px;
|
15
|
-
|
16
15
|
&__meta,
|
17
16
|
&__title,
|
18
17
|
&__info,
|
@@ -22,20 +21,6 @@
|
|
22
21
|
left: 0;
|
23
22
|
}
|
24
23
|
|
25
|
-
&__title {
|
26
|
-
display: flex;
|
27
|
-
flex-flow: row nowrap;
|
28
|
-
align-items: baseline;
|
29
|
-
|
30
|
-
@include header-2-typography();
|
31
|
-
|
32
|
-
&__prefix {
|
33
|
-
margin-right: 6px;
|
34
|
-
|
35
|
-
color: var(--g-color-text-secondary);
|
36
|
-
}
|
37
|
-
}
|
38
|
-
|
39
24
|
&__groups-title {
|
40
25
|
@include header-1-typography();
|
41
26
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const pdiskPageCn: import("@bem-react/classname").ClassNameFormatter;
|
@@ -1,22 +1,23 @@
|
|
1
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof ReduxTooltip,
|
2
|
-
className
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
}
|
1
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof ReduxTooltip, {
|
2
|
+
className?: string | null | undefined;
|
3
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").UnknownAction> | null> | undefined;
|
4
|
+
store?: import("redux").Store<any, import("redux").UnknownAction, unknown> | undefined;
|
5
|
+
} | {
|
6
|
+
className?: string | null | undefined;
|
7
|
+
store?: import("redux").Store<any, import("redux").UnknownAction, unknown> | undefined;
|
8
|
+
}>;
|
9
9
|
export default _default;
|
10
|
-
declare function ReduxTooltip(props: any): JSX.Element;
|
10
|
+
declare function ReduxTooltip(props: any): import("react/jsx-runtime").JSX.Element;
|
11
11
|
declare namespace ReduxTooltip {
|
12
12
|
export { propTypes };
|
13
13
|
}
|
14
|
-
import
|
14
|
+
import React from 'react';
|
15
15
|
declare namespace propTypes {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
let className: PropTypes.Requireable<string>;
|
17
|
+
let toolTipVisible: PropTypes.Requireable<boolean>;
|
18
|
+
let currentHoveredRef: PropTypes.Requireable<object>;
|
19
|
+
let data: PropTypes.Requireable<any>;
|
20
|
+
let template: PropTypes.Requireable<(...args: any[]) => any>;
|
21
|
+
let hideTooltip: PropTypes.Requireable<(...args: any[]) => any>;
|
22
22
|
}
|
23
|
+
import PropTypes from 'prop-types';
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import React
|
2
|
+
import React from 'react';
|
3
|
+
import { Popup, useVirtualElementRef } from '@gravity-ui/uikit';
|
3
4
|
import PropTypes from 'prop-types';
|
4
5
|
import { connect } from 'react-redux';
|
5
|
-
import { Popup, useVirtualElementRef } from '@gravity-ui/uikit';
|
6
6
|
import { hideTooltip } from '../../store/reducers/tooltip';
|
7
7
|
import { tooltipTemplates } from '../../utils/tooltip';
|
8
8
|
import './ReduxTooltip.scss';
|
@@ -19,7 +19,7 @@ function ReduxTooltip(props) {
|
|
19
19
|
const fakeAnchor = useVirtualElementRef({
|
20
20
|
rect: { top: (_a = props.positions) === null || _a === void 0 ? void 0 : _a.top, left: (_b = props.positions) === null || _b === void 0 ? void 0 : _b.left },
|
21
21
|
});
|
22
|
-
useEffect(() => {
|
22
|
+
React.useEffect(() => {
|
23
23
|
window.addEventListener('scroll', handleScroll, true);
|
24
24
|
return () => {
|
25
25
|
window.removeEventListener('scroll', handleScroll);
|
@@ -33,16 +33,16 @@ function ReduxTooltip(props) {
|
|
33
33
|
};
|
34
34
|
const renderPositionPopup = (visible, positions, data, additionalData) => {
|
35
35
|
const { template, popupClassName, hideTooltip } = props;
|
36
|
-
return (_jsx(React.Fragment, { children: _jsx(Popup,
|
36
|
+
return (_jsx(React.Fragment, { children: _jsx(Popup, { open: visible, placement: ['top', 'bottom', 'left', 'right'], contentClassName: popupClassName, anchorRef: fakeAnchor, onOutsideClick: hideTooltip, children: data && template(data, additionalData) }) }));
|
37
37
|
};
|
38
38
|
const renderAnchorPopup = (visible, anchor, data, additionalData) => {
|
39
39
|
const { template, popupClassName, hideTooltip } = props;
|
40
|
-
return (_jsx(Popup,
|
40
|
+
return (_jsx(Popup, { open: visible, anchorRef: { current: anchor }, hasArrow: true, placement: ['top', 'bottom', 'left', 'right'], className: popupClassName, onOutsideClick: hideTooltip, children: data && template(data, additionalData) }));
|
41
41
|
};
|
42
42
|
const { className = '', toolTipVisible, currentHoveredRef, data, additionalData, positions, } = props;
|
43
|
-
return (_jsx("div",
|
43
|
+
return (_jsx("div", { className: `redux-tooltip ${className}`, children: positions
|
44
44
|
? renderPositionPopup(toolTipVisible, positions, data, additionalData)
|
45
|
-
: renderAnchorPopup(toolTipVisible, currentHoveredRef, data, additionalData) }))
|
45
|
+
: renderAnchorPopup(toolTipVisible, currentHoveredRef, data, additionalData) }));
|
46
46
|
}
|
47
47
|
const mapStateToProps = (state) => {
|
48
48
|
const { toolTipVisible, currentHoveredRef, data, templateType, additionalData, positions } = state.tooltip;
|
@@ -4,5 +4,5 @@ interface EmptyFilterProps {
|
|
4
4
|
showAll?: string;
|
5
5
|
onShowAll?: VoidFunction;
|
6
6
|
}
|
7
|
-
export declare const EmptyFilter: ({ title, message, showAll, onShowAll, }: EmptyFilterProps) => JSX.Element;
|
7
|
+
export declare const EmptyFilter: ({ title, message, showAll, onShowAll, }: EmptyFilterProps) => import("react/jsx-runtime").JSX.Element;
|
8
8
|
export {};
|
@@ -4,5 +4,5 @@ import { EmptyState } from '../../../components/EmptyState';
|
|
4
4
|
import { Illustration } from '../../../components/Illustration';
|
5
5
|
import i18n from './i18n';
|
6
6
|
export const EmptyFilter = ({ title, message = i18n('default_message'), showAll = i18n('default_button_label'), onShowAll, }) => (_jsx(EmptyState, { image: _jsx(Illustration, { name: "thumbsUp" }), position: "left", title: title, description: message, actions: onShowAll && [
|
7
|
-
_jsx(Button,
|
7
|
+
_jsx(Button, { onClick: onShowAll, children: showAll }, "show-all"),
|
8
8
|
] }));
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: (key:
|
1
|
+
declare const _default: (key: "default_message" | "default_button_label", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
2
|
export default _default;
|
@@ -1,7 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { registerKeysets } from '../../../../utils/i18n';
|
2
2
|
import en from './en.json';
|
3
3
|
import ru from './ru.json';
|
4
4
|
const COMPONENT = 'ydb-storage-empty-filter';
|
5
|
-
|
6
|
-
i18n.registerKeyset(Lang.Ru, COMPONENT, ru);
|
7
|
-
export default i18n.keyset(COMPONENT);
|
5
|
+
export default registerKeysets(COMPONENT, { ru, en });
|
@@ -6,5 +6,5 @@ interface PDiskProps {
|
|
6
6
|
data?: PreparedPDisk;
|
7
7
|
vDisks?: TVDiskStateInfo[];
|
8
8
|
}
|
9
|
-
export declare const PDisk: ({ nodeId, data, vDisks }: PDiskProps) => JSX.Element;
|
9
|
+
export declare const PDisk: ({ nodeId, data, vDisks }: PDiskProps) => import("react/jsx-runtime").JSX.Element;
|
10
10
|
export {};
|