ydb-embedded-ui 6.8.0 → 6.9.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/AutoRefreshControl/AutoRefreshControl.d.ts +6 -0
- package/dist/components/AutoRefreshControl/AutoRefreshControl.js +18 -0
- package/dist/components/AutoRefreshControl/AutoRefreshControl.scss +5 -0
- package/dist/components/AutoRefreshControl/i18n/index.d.ts +2 -0
- package/dist/components/AutoRefreshControl/i18n/index.js +4 -0
- package/dist/components/CellWithPopover/CellWithPopover.js +8 -0
- package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +12 -0
- package/dist/components/ClipboardButton/ClipboardButton.js +19 -0
- package/dist/components/ComponentsProvider/registry.d.ts +17 -0
- package/dist/components/ContentWithPopup/ContentWithPopup.js +14 -0
- package/dist/components/CriticalActionDialog/i18n/index.d.ts +1 -0
- package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +8 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +10 -0
- package/dist/components/EmptyState/EmptyState.d.ts +16 -0
- package/dist/components/EntitiesCount/i18n/index.d.ts +2 -0
- package/dist/components/EntityStatus/EntityStatus.d.ts +21 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +18 -0
- package/dist/components/ErrorBoundary/i18n/index.d.ts +2 -0
- package/dist/components/Errors/403/AccessDenied.js +7 -0
- package/dist/components/Errors/ResponseError/ResponseError.js +20 -0
- package/dist/components/Errors/i18n/index.d.ts +2 -0
- package/dist/components/FormattedBytes/FormattedBytes.js +7 -0
- package/dist/components/FormattedBytes/utils.d.ts +2 -0
- package/dist/components/FormattedBytes/utils.js +8 -0
- package/dist/components/FullNodeViewer/FullNodeViewer.js +26 -0
- package/dist/components/GroupInfo/GroupInfo.js +26 -0
- package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
- package/dist/components/Illustration/Illustration.js +33 -0
- package/dist/components/InfoViewer/formatters/cdcStream.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/common.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/pqGroup.d.ts +13 -0
- package/dist/components/InfoViewer/formatters/schema.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/table.d.ts +18 -0
- package/dist/components/InfoViewer/i18n/index.d.ts +2 -0
- package/dist/components/InternalLink/InternalLink.js +5 -0
- package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +8 -0
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +11 -0
- package/dist/components/MetricChart/convertResponse.js +22 -0
- package/dist/components/MetricChart/getChartData.d.ts +11 -0
- package/dist/components/MetricChart/i18n/index.d.ts +2 -0
- package/dist/components/MetricChart/reducer.d.ts +4 -0
- package/dist/components/MonacoEditor/MonacoEditor.d.ts +1 -0
- package/dist/components/PDiskInfo/PDiskInfo.js +69 -0
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/PDiskPopup/PDiskPopup.js +47 -0
- package/dist/components/QueryResultTable/QueryResultTable.js +76 -0
- package/dist/components/QueryResultTable/i18n/index.d.ts +2 -0
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js +15 -0
- package/dist/components/ShortyString/i18n/index.d.ts +2 -0
- package/dist/components/SpeedMultiMeter/i18n/index.d.ts +2 -0
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +14 -0
- package/dist/components/UsageLabel/UsageLabel.js +8 -0
- package/dist/components/VDiskInfo/VDiskInfo.js +111 -0
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/VDiskPopup/VDiskPopup.js +94 -0
- package/dist/components/VirtualTable/ResizeableVirtualTable.js +14 -0
- package/dist/components/VirtualTable/TableRow.d.ts +21 -0
- package/dist/components/VirtualTable/i18n/index.d.ts +2 -0
- package/dist/components/VirtualTable/reducer.js +103 -0
- package/dist/components/VirtualTable/types.d.ts +52 -0
- package/dist/components/slots/types.d.ts +16 -0
- package/dist/containers/App/App.d.ts +21 -0
- package/dist/containers/App/Content.d.ts +19 -0
- package/dist/containers/App/Content.js +123 -0
- package/dist/containers/App/Providers.js +18 -0
- package/dist/containers/App/appSlots.d.ts +53 -0
- package/dist/containers/App/i18n/index.d.ts +2 -0
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +10 -0
- package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +4 -0
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +7 -0
- package/dist/containers/AppWithClusters/i18n/index.d.ts +2 -0
- package/dist/containers/AppWithClusters/useClusterData.js +27 -0
- package/dist/containers/AsideNavigation/Navigation.d.ts +7 -0
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +23 -0
- package/dist/containers/AsideNavigation/i18n/index.d.ts +2 -0
- package/dist/containers/Authentication/Authentication.js +67 -0
- package/dist/containers/Cluster/Cluster.d.ts +10 -0
- package/dist/containers/Cluster/Cluster.js +93 -0
- package/dist/containers/Cluster/Cluster.scss +42 -0
- package/dist/containers/Cluster/i18n/index.d.ts +2 -0
- package/dist/containers/Clusters/Clusters.js +81 -0
- package/dist/containers/Clusters/i18n/index.d.ts +2 -0
- package/dist/containers/Header/Header.js +55 -0
- package/dist/containers/Header/breadcrumbs.d.ts +7 -0
- package/dist/containers/Header/breadcrumbs.js +129 -0
- package/dist/containers/Header/i18n/index.d.ts +1 -0
- package/dist/containers/Heatmap/Heatmap.js +80 -0
- package/dist/containers/Heatmap/Histogram/Histogram.js +67 -0
- package/dist/containers/Node/Node.d.ts +9 -0
- package/dist/containers/Node/Node.js +92 -0
- package/dist/containers/Node/Node.scss +59 -0
- package/dist/containers/Node/NodeStructure/NodeStructure.js +69 -0
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +7 -0
- package/dist/containers/Node/NodeStructure/Pdisk.js +113 -0
- package/dist/containers/Node/i18n/index.d.ts +2 -0
- package/dist/containers/Nodes/Nodes.js +92 -0
- package/dist/containers/Nodes/NodesWrapper.js +12 -0
- package/dist/containers/Nodes/VirtualNodes.js +81 -0
- package/dist/containers/Nodes/getNodes.js +13 -0
- package/dist/containers/Nodes/getNodesColumns.js +211 -0
- package/dist/containers/Nodes/i18n/index.d.ts +2 -0
- package/dist/containers/PDiskPage/PDiskPage.js +91 -0
- package/dist/containers/PDiskPage/PDiskPage.scss +36 -0
- package/dist/containers/PDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +23 -0
- package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/Storage.js +123 -0
- package/dist/containers/Storage/StorageGroups/getGroups.js +14 -0
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +62 -0
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +220 -0
- package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/StorageNodes/StorageNodes.js +21 -0
- package/dist/containers/Storage/StorageNodes/getNodes.js +13 -0
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +50 -0
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +98 -0
- package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/StorageWrapper.js +12 -0
- package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/i18n/index.d.ts +2 -0
- package/dist/containers/Tablet/Tablet.js +73 -0
- package/dist/containers/Tablet/i18n/index.d.ts +2 -0
- package/dist/containers/Tablets/Tablets.js +135 -0
- package/dist/containers/Tablets/i18n/index.d.ts +2 -0
- package/dist/containers/TabletsFilters/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Acl/Acl.js +110 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +68 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +111 -0
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js +15 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +35 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +14 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +29 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +107 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +46 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +30 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +28 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +19 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +15 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +70 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +25 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +155 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +8 -0
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +8 -0
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +57 -0
- package/dist/containers/Tenant/Info/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +271 -0
- package/dist/containers/Tenant/Query/Query.js +44 -0
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +35 -0
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +308 -0
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js +24 -0
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +32 -0
- package/dist/containers/Tenant/Query/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.d.ts +9 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.js +57 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.scss +14 -0
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +70 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/prepareData.js +121 -0
- package/dist/containers/Tenant/Tenant.d.ts +8 -0
- package/dist/containers/Tenant/Tenant.js +67 -0
- package/dist/containers/Tenant/TenantNavigation/useTenantNavigation.js +44 -0
- package/dist/containers/Tenant/i18n/en.json +53 -0
- package/dist/containers/Tenant/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/utils/constants.js +6 -0
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +60 -0
- package/dist/containers/Tenant/utils/schema.d.ts +17 -0
- package/dist/containers/Tenant/utils/schemaActions.d.ts +9 -0
- package/dist/containers/Tenant/utils/schemaActions.js +134 -0
- package/dist/containers/Tenants/Tenants.js +172 -0
- package/dist/containers/UserSettings/Setting.d.ts +20 -0
- package/dist/containers/UserSettings/UserSettings.js +18 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +2 -0
- package/dist/containers/VDiskPage/VDiskPage.js +110 -0
- package/dist/containers/VDiskPage/VDiskPage.scss +40 -0
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/Versions/NodesTable/NodesTable.js +92 -0
- package/dist/containers/Versions/Versions.js +37 -0
- package/dist/routes.js +72 -0
- package/dist/services/api.d.ts +148 -0
- package/dist/services/api.js +361 -0
- package/dist/services/parsers/parseMetaCluster.js +10 -0
- package/dist/services/settings.d.ts +42 -0
- package/dist/services/settings.js +74 -0
- package/dist/store/getUrlData.d.ts +13 -0
- package/dist/store/reducers/authentication/authentication.d.ts +25 -0
- package/dist/store/reducers/authentication/authentication.js +62 -0
- package/dist/store/reducers/cluster/cluster.d.ts +12 -0
- package/dist/store/reducers/cluster/cluster.js +80 -0
- package/dist/store/reducers/cluster/utils.d.ts +4 -0
- package/dist/store/reducers/cluster/utils.js +68 -0
- package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +5 -0
- package/dist/store/reducers/clusterNodes/clusterNodes.js +21 -0
- package/dist/store/reducers/clusters/clusters.d.ts +7 -0
- package/dist/store/reducers/clusters/clusters.js +38 -0
- package/dist/store/reducers/clusters/utils.js +16 -0
- package/dist/store/reducers/describe.d.ts +4 -0
- package/dist/store/reducers/executeQuery.d.ts +44 -0
- package/dist/store/reducers/executeQuery.js +168 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
- package/dist/store/reducers/explainQuery/explainQuery.d.ts +9 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +668 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +76 -0
- package/dist/store/reducers/heatmap.d.ts +14 -0
- package/dist/store/reducers/heatmap.js +81 -0
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +6 -0
- package/dist/store/reducers/index.d.ts +92 -0
- package/dist/store/reducers/index.js +45 -0
- package/dist/store/reducers/network/network.d.ts +3 -0
- package/dist/store/reducers/node/node.d.ts +8 -0
- package/dist/store/reducers/node/selectors.js +42 -0
- package/dist/store/reducers/nodes/nodes.d.ts +5 -0
- package/dist/store/reducers/nodes/nodes.js +39 -0
- package/dist/store/reducers/nodes/selectors.d.ts +11 -0
- package/dist/store/reducers/nodes/types.d.ts +60 -0
- package/dist/store/reducers/nodes/utils.js +64 -0
- package/dist/store/reducers/nodesList.d.ts +45 -0
- package/dist/store/reducers/olapStats.d.ts +5 -0
- package/dist/store/reducers/overview/overview.d.ts +6 -0
- package/dist/store/reducers/partitions/partitions.d.ts +10 -0
- package/dist/store/reducers/partitions/utils.js +56 -0
- package/dist/store/reducers/pdisk/pdisk.d.ts +9 -0
- package/dist/store/reducers/pdisk/utils.js +38 -0
- package/dist/store/reducers/preview.d.ts +10 -0
- package/dist/store/reducers/schema/schema.d.ts +31 -0
- package/dist/store/reducers/schema/schema.js +92 -0
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +8 -0
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +17 -0
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +112 -0
- package/dist/store/reducers/storage/storage.d.ts +6 -0
- package/dist/store/reducers/storage/storage.js +32 -0
- package/dist/store/reducers/storage/utils.js +159 -0
- package/dist/store/reducers/tablet.d.ts +14 -0
- package/dist/store/reducers/tablets.d.ts +165 -0
- package/dist/store/reducers/tablets.js +56 -0
- package/dist/store/reducers/tenant/tenant.d.ts +9 -0
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +26 -0
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -0
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -0
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +28 -0
- package/dist/store/reducers/tenants/selectors.d.ts +288 -0
- package/dist/store/reducers/tenants/tenants.d.ts +9 -0
- package/dist/store/reducers/tenants/utils.d.ts +47 -0
- package/dist/store/reducers/tenants/utils.js +217 -0
- package/dist/store/reducers/tooltip.js +55 -0
- package/dist/store/reducers/topic.d.ts +527 -0
- package/dist/store/reducers/vdisk/utils.js +36 -0
- package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +6 -0
- package/dist/store/state-url-mapping.js +149 -0
- package/dist/types/additionalProps.d.ts +24 -0
- package/dist/utils/bytesParsers/formatBytes.js +92 -0
- package/dist/utils/bytesParsers/i18n/index.d.ts +2 -0
- package/dist/utils/clusterVersionColors.js +54 -0
- package/dist/utils/constants.d.ts +106 -0
- package/dist/utils/constants.js +109 -0
- package/dist/utils/dataFormatters/i18n/index.d.ts +2 -0
- package/dist/utils/disks/constants.js +38 -0
- package/dist/utils/disks/prepareDisks.js +46 -0
- package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
- package/dist/utils/hooks/useSearchQuery.js +6 -0
- package/dist/utils/i18n/i18n.d.ts +11 -0
- package/dist/utils/lazyComponent.js +25 -0
- package/dist/utils/nodes.d.ts +49 -0
- package/dist/utils/nodes.js +76 -0
- package/dist/utils/query.js +200 -0
- package/dist/utils/response.d.ts +4 -0
- package/dist/utils/timeParsers/i18n/index.d.ts +2 -0
- package/package.json +4 -4
- package/dist/package.json +0 -175
- package/dist/src/components/CellWithPopover/CellWithPopover.js +0 -10
- package/dist/src/components/CircularProgressBar/CircularProgressBar.d.ts +0 -13
- package/dist/src/components/ClipboardButton/ClipboardButton.js +0 -22
- package/dist/src/components/ComponentsProvider/registry.d.ts +0 -18
- package/dist/src/components/ContentWithPopup/ContentWithPopup.js +0 -16
- package/dist/src/components/CriticalActionDialog/i18n/index.d.ts +0 -1
- package/dist/src/components/DiagnosticCard/DiagnosticCard.d.ts +0 -9
- package/dist/src/components/DiskPageTitle/DiskPageTitle.d.ts +0 -11
- package/dist/src/components/EmptyState/EmptyState.d.ts +0 -17
- package/dist/src/components/EntitiesCount/i18n/index.d.ts +0 -2
- package/dist/src/components/EntityStatus/EntityStatus.d.ts +0 -22
- package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -19
- package/dist/src/components/ErrorBoundary/i18n/index.d.ts +0 -2
- package/dist/src/components/Errors/403/AccessDenied.js +0 -9
- package/dist/src/components/Errors/ResponseError/ResponseError.js +0 -17
- package/dist/src/components/Errors/i18n/index.d.ts +0 -2
- package/dist/src/components/FormattedBytes/FormattedBytes.js +0 -9
- package/dist/src/components/FormattedBytes/utils.d.ts +0 -2
- package/dist/src/components/FormattedBytes/utils.js +0 -8
- package/dist/src/components/FullNodeViewer/FullNodeViewer.js +0 -26
- package/dist/src/components/GroupInfo/GroupInfo.js +0 -28
- package/dist/src/components/GroupInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/Illustration/Illustration.js +0 -35
- package/dist/src/components/InfoViewer/formatters/cdcStream.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/common.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/pqGroup.d.ts +0 -14
- package/dist/src/components/InfoViewer/formatters/schema.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/table.d.ts +0 -19
- package/dist/src/components/InfoViewer/i18n/index.d.ts +0 -2
- package/dist/src/components/InternalLink/InternalLink.js +0 -9
- package/dist/src/components/LabelWithPopover/LabelWithPopover.d.ts +0 -9
- package/dist/src/components/LinkToSchemaObject/LinkToSchemaObject.js +0 -10
- package/dist/src/components/MetricChart/convertResponse.js +0 -19
- package/dist/src/components/MetricChart/getChartData.d.ts +0 -11
- package/dist/src/components/MetricChart/i18n/index.d.ts +0 -2
- package/dist/src/components/MetricChart/reducer.d.ts +0 -4
- package/dist/src/components/MonacoEditor/MonacoEditor.d.ts +0 -2
- package/dist/src/components/PDiskInfo/PDiskInfo.js +0 -71
- package/dist/src/components/PDiskInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/PDiskPopup/PDiskPopup.js +0 -49
- package/dist/src/components/QueryResultTable/QueryResultTable.js +0 -69
- package/dist/src/components/QueryResultTable/i18n/index.d.ts +0 -2
- package/dist/src/components/ResizeableDataTable/ResizeableDataTable.js +0 -14
- package/dist/src/components/ShortyString/i18n/index.d.ts +0 -2
- package/dist/src/components/SpeedMultiMeter/i18n/index.d.ts +0 -2
- package/dist/src/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -15
- package/dist/src/components/UsageLabel/UsageLabel.js +0 -10
- package/dist/src/components/VDiskInfo/VDiskInfo.js +0 -113
- package/dist/src/components/VDiskInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/VDiskPopup/VDiskPopup.js +0 -96
- package/dist/src/components/VirtualTable/ResizeableVirtualTable.js +0 -16
- package/dist/src/components/VirtualTable/TableRow.d.ts +0 -22
- package/dist/src/components/VirtualTable/i18n/index.d.ts +0 -2
- package/dist/src/components/VirtualTable/reducer.js +0 -91
- package/dist/src/components/VirtualTable/types.d.ts +0 -53
- package/dist/src/components/slots/types.d.ts +0 -17
- package/dist/src/containers/App/App.d.ts +0 -21
- package/dist/src/containers/App/Content.d.ts +0 -19
- package/dist/src/containers/App/Content.js +0 -129
- package/dist/src/containers/App/Providers.js +0 -18
- package/dist/src/containers/App/appSlots.d.ts +0 -54
- package/dist/src/containers/App/i18n/index.d.ts +0 -2
- package/dist/src/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -10
- package/dist/src/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -4
- package/dist/src/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -7
- package/dist/src/containers/AppWithClusters/i18n/index.d.ts +0 -2
- package/dist/src/containers/AppWithClusters/useClusterData.js +0 -27
- package/dist/src/containers/AsideNavigation/Navigation.d.ts +0 -8
- package/dist/src/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -23
- package/dist/src/containers/AsideNavigation/i18n/index.d.ts +0 -2
- package/dist/src/containers/Authentication/Authentication.js +0 -67
- package/dist/src/containers/Cluster/Cluster.d.ts +0 -10
- package/dist/src/containers/Cluster/Cluster.js +0 -93
- package/dist/src/containers/Cluster/Cluster.scss +0 -34
- package/dist/src/containers/Cluster/i18n/index.d.ts +0 -2
- package/dist/src/containers/Clusters/Clusters.js +0 -82
- package/dist/src/containers/Clusters/i18n/index.d.ts +0 -2
- package/dist/src/containers/Header/Header.js +0 -56
- package/dist/src/containers/Header/breadcrumbs.d.ts +0 -8
- package/dist/src/containers/Header/breadcrumbs.js +0 -125
- package/dist/src/containers/Header/i18n/index.d.ts +0 -1
- package/dist/src/containers/Heatmap/Heatmap.js +0 -75
- package/dist/src/containers/Heatmap/Histogram/Histogram.js +0 -64
- package/dist/src/containers/Node/Node.d.ts +0 -9
- package/dist/src/containers/Node/Node.js +0 -90
- package/dist/src/containers/Node/Node.scss +0 -51
- package/dist/src/containers/Node/NodeStructure/NodeStructure.js +0 -69
- package/dist/src/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -8
- package/dist/src/containers/Node/NodeStructure/Pdisk.js +0 -113
- package/dist/src/containers/Node/i18n/index.d.ts +0 -2
- package/dist/src/containers/Nodes/Nodes.js +0 -94
- package/dist/src/containers/Nodes/NodesWrapper.js +0 -14
- package/dist/src/containers/Nodes/VirtualNodes.js +0 -81
- package/dist/src/containers/Nodes/getNodes.js +0 -15
- package/dist/src/containers/Nodes/getNodesColumns.js +0 -211
- package/dist/src/containers/Nodes/i18n/index.d.ts +0 -2
- package/dist/src/containers/PDiskPage/PDiskPage.js +0 -90
- package/dist/src/containers/PDiskPage/PDiskPage.scss +0 -27
- package/dist/src/containers/PDiskPage/i18n/index.d.ts +0 -1
- package/dist/src/containers/ReduxTooltip/ReduxTooltip.d.ts +0 -23
- package/dist/src/containers/Storage/EmptyFilter/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/Storage.js +0 -118
- package/dist/src/containers/Storage/StorageGroups/getGroups.js +0 -16
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -62
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.js +0 -217
- package/dist/src/containers/Storage/StorageGroups/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/StorageNodes/StorageNodes.js +0 -18
- package/dist/src/containers/Storage/StorageNodes/getNodes.js +0 -15
- package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -51
- package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.js +0 -95
- package/dist/src/containers/Storage/StorageNodes/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/StorageWrapper.js +0 -14
- package/dist/src/containers/Storage/UsageFilter/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tablet/Tablet.js +0 -72
- package/dist/src/containers/Tablet/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tablets/Tablets.js +0 -135
- package/dist/src/containers/Tablets/i18n/index.d.ts +0 -2
- package/dist/src/containers/TabletsFilters/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Acl/Acl.js +0 -111
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -6
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -18
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +0 -5
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -4
- package/dist/src/containers/Tenant/Diagnostics/Consumers/columns/columns.js +0 -64
- package/dist/src/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +0 -108
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Partitions/utils/index.js +0 -12
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -33
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -15
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -31
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -95
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -39
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -27
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -25
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -21
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -45
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -15
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -22
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
- package/dist/src/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -8
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -8
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.js +0 -54
- package/dist/src/containers/Tenant/Info/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -265
- package/dist/src/containers/Tenant/Query/Query.js +0 -44
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -35
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -309
- package/dist/src/containers/Tenant/Query/QueryEditor/helpers.js +0 -19
- package/dist/src/containers/Tenant/Query/QueryTabs/QueryTabs.js +0 -29
- package/dist/src/containers/Tenant/Query/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Schema/SchemaTree/SchemaTree.js +0 -50
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +0 -115
- package/dist/src/containers/Tenant/Tenant.d.ts +0 -8
- package/dist/src/containers/Tenant/Tenant.js +0 -68
- package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.js +0 -44
- package/dist/src/containers/Tenant/i18n/en.json +0 -44
- package/dist/src/containers/Tenant/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/utils/constants.js +0 -3
- package/dist/src/containers/Tenant/utils/paneVisibilityToggleHelpers.js +0 -50
- package/dist/src/containers/Tenant/utils/schema.d.ts +0 -17
- package/dist/src/containers/Tenant/utils/schemaActions.d.ts +0 -8
- package/dist/src/containers/Tenant/utils/schemaActions.js +0 -130
- package/dist/src/containers/Tenants/Tenants.js +0 -171
- package/dist/src/containers/UserSettings/Setting.d.ts +0 -21
- package/dist/src/containers/UserSettings/UserSettings.js +0 -18
- package/dist/src/containers/UserSettings/i18n/index.d.ts +0 -2
- package/dist/src/containers/VDiskPage/VDiskPage.js +0 -109
- package/dist/src/containers/VDiskPage/VDiskPage.scss +0 -31
- package/dist/src/containers/VDiskPage/i18n/index.d.ts +0 -1
- package/dist/src/containers/Versions/NodesTable/NodesTable.js +0 -92
- package/dist/src/containers/Versions/Versions.js +0 -36
- package/dist/src/routes.js +0 -72
- package/dist/src/services/api.d.ts +0 -143
- package/dist/src/services/api.js +0 -354
- package/dist/src/services/parsers/parseMetaCluster.js +0 -5
- package/dist/src/services/settings.d.ts +0 -42
- package/dist/src/services/settings.js +0 -74
- package/dist/src/store/getUrlData.d.ts +0 -13
- package/dist/src/store/reducers/authentication/authentication.d.ts +0 -193
- package/dist/src/store/reducers/authentication/authentication.js +0 -59
- package/dist/src/store/reducers/cluster/cluster.d.ts +0 -12
- package/dist/src/store/reducers/cluster/cluster.js +0 -80
- package/dist/src/store/reducers/cluster/utils.d.ts +0 -4
- package/dist/src/store/reducers/cluster/utils.js +0 -68
- package/dist/src/store/reducers/clusterNodes/clusterNodes.d.ts +0 -7
- package/dist/src/store/reducers/clusterNodes/clusterNodes.js +0 -23
- package/dist/src/store/reducers/clusters/clusters.d.ts +0 -7
- package/dist/src/store/reducers/clusters/clusters.js +0 -35
- package/dist/src/store/reducers/clusters/utils.js +0 -13
- package/dist/src/store/reducers/describe.d.ts +0 -4
- package/dist/src/store/reducers/executeQuery.d.ts +0 -44
- package/dist/src/store/reducers/executeQuery.js +0 -145
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.d.ts +0 -10
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +0 -68
- package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +0 -9
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -1460
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.js +0 -73
- package/dist/src/store/reducers/heatmap.d.ts +0 -14
- package/dist/src/store/reducers/heatmap.js +0 -75
- package/dist/src/store/reducers/hotKeys/hotKeys.d.ts +0 -6
- package/dist/src/store/reducers/index.d.ts +0 -96
- package/dist/src/store/reducers/index.js +0 -43
- package/dist/src/store/reducers/network/network.d.ts +0 -3
- package/dist/src/store/reducers/node/node.d.ts +0 -8
- package/dist/src/store/reducers/node/selectors.js +0 -38
- package/dist/src/store/reducers/nodes/nodes.d.ts +0 -5
- package/dist/src/store/reducers/nodes/nodes.js +0 -32
- package/dist/src/store/reducers/nodes/selectors.d.ts +0 -11
- package/dist/src/store/reducers/nodes/types.d.ts +0 -59
- package/dist/src/store/reducers/nodes/utils.js +0 -51
- package/dist/src/store/reducers/nodesList.d.ts +0 -45
- package/dist/src/store/reducers/olapStats.d.ts +0 -5
- package/dist/src/store/reducers/overview/overview.d.ts +0 -6
- package/dist/src/store/reducers/partitions/partitions.d.ts +0 -10
- package/dist/src/store/reducers/partitions/utils.js +0 -41
- package/dist/src/store/reducers/pdisk/pdisk.d.ts +0 -9
- package/dist/src/store/reducers/pdisk/utils.js +0 -32
- package/dist/src/store/reducers/preview.d.ts +0 -10
- package/dist/src/store/reducers/schema/schema.d.ts +0 -27
- package/dist/src/store/reducers/schema/schema.js +0 -78
- package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +0 -8
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.d.ts +0 -17
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +0 -109
- package/dist/src/store/reducers/storage/storage.d.ts +0 -6
- package/dist/src/store/reducers/storage/storage.js +0 -32
- package/dist/src/store/reducers/storage/utils.js +0 -117
- package/dist/src/store/reducers/tablet.d.ts +0 -14
- package/dist/src/store/reducers/tablets.d.ts +0 -345
- package/dist/src/store/reducers/tablets.js +0 -56
- package/dist/src/store/reducers/tenant/tenant.d.ts +0 -9
- package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -5
- package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -4
- package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.js +0 -22
- package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -5
- package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -6
- package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -4
- package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -21
- package/dist/src/store/reducers/tenants/selectors.d.ts +0 -672
- package/dist/src/store/reducers/tenants/tenants.d.ts +0 -9
- package/dist/src/store/reducers/tenants/utils.d.ts +0 -47
- package/dist/src/store/reducers/tenants/utils.js +0 -212
- package/dist/src/store/reducers/tooltip.js +0 -39
- package/dist/src/store/reducers/topic.d.ts +0 -1103
- package/dist/src/store/reducers/vdisk/utils.js +0 -33
- package/dist/src/store/reducers/vdisk/vdisk.d.ts +0 -6
- package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +0 -6
- package/dist/src/store/state-url-mapping.js +0 -150
- package/dist/src/types/additionalProps.d.ts +0 -25
- package/dist/src/utils/bytesParsers/formatBytes.js +0 -94
- package/dist/src/utils/bytesParsers/i18n/index.d.ts +0 -2
- package/dist/src/utils/clusterVersionColors.js +0 -51
- package/dist/src/utils/constants.d.ts +0 -107
- package/dist/src/utils/constants.js +0 -105
- package/dist/src/utils/dataFormatters/i18n/index.d.ts +0 -2
- package/dist/src/utils/disks/constants.js +0 -38
- package/dist/src/utils/disks/prepareDisks.js +0 -40
- package/dist/src/utils/hooks/useSearchQuery.d.ts +0 -2
- package/dist/src/utils/hooks/useSearchQuery.js +0 -6
- package/dist/src/utils/i18n/i18n.d.ts +0 -11
- package/dist/src/utils/lazyComponent.js +0 -25
- package/dist/src/utils/nodes.d.ts +0 -46
- package/dist/src/utils/nodes.js +0 -61
- package/dist/src/utils/query.js +0 -194
- package/dist/src/utils/response.d.ts +0 -4
- package/dist/src/utils/timeParsers/i18n/index.d.ts +0 -2
- /package/dist/{src/assets → assets}/icons/cluster.svg +0 -0
- /package/dist/{src/assets → assets}/icons/databases.svg +0 -0
- /package/dist/{src/assets → assets}/icons/disableFullscreen.svg +0 -0
- /package/dist/{src/assets → assets}/icons/emptyState.svg +0 -0
- /package/dist/{src/assets → assets}/icons/key.svg +0 -0
- /package/dist/{src/assets → assets}/icons/monitoring.svg +0 -0
- /package/dist/{src/assets → assets}/icons/network.svg +0 -0
- /package/dist/{src/assets → assets}/icons/user-check.svg +0 -0
- /package/dist/{src/assets → assets}/icons/user-secret.svg +0 -0
- /package/dist/{src/assets → assets}/icons/ydb.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/403.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/error.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/thumbsUp.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/403.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/error.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/thumbsUp.svg +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.d.ts +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.js +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/index.d.ts +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/index.js +0 -0
- /package/dist/{src/containers/Tenant/Diagnostics/Autorefresh → components/AutoRefreshControl}/i18n/en.json +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.scss +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/index.d.ts +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/index.js +0 -0
- /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -0
- /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -0
- /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.d.ts +0 -0
- /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.scss +0 -0
- /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.js +0 -0
- /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.scss +0 -0
- /package/dist/{src/components → components}/ClipboardButton/ClipboardButton.d.ts +0 -0
- /package/dist/{src/components → components}/ClipboardButton/index.d.ts +0 -0
- /package/dist/{src/components → components}/ClipboardButton/index.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/registry.js +0 -0
- /package/dist/{src/components → components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.scss +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/i18n/en.json +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/i18n/index.js +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/index.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/index.js +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.d.ts +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.js +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.scss +0 -0
- /package/dist/{src/components → components}/DateRange/index.d.ts +0 -0
- /package/dist/{src/components → components}/DateRange/index.js +0 -0
- /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.js +0 -0
- /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.scss +0 -0
- /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.js +0 -0
- /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.scss +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
- /package/dist/{src/components → components}/Divider/Divider.d.ts +0 -0
- /package/dist/{src/components → components}/Divider/Divider.js +0 -0
- /package/dist/{src/components → components}/Divider/Divider.scss +0 -0
- /package/dist/{src/components → components}/EmptyState/EmptyState.js +0 -0
- /package/dist/{src/components → components}/EmptyState/EmptyState.scss +0 -0
- /package/dist/{src/components → components}/EmptyState/index.d.ts +0 -0
- /package/dist/{src/components → components}/EmptyState/index.js +0 -0
- /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
- /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.d.ts +0 -0
- /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/en.json +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/index.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/EntitiesCount/index.d.ts +0 -0
- /package/dist/{src/components → components}/EntitiesCount/index.js +0 -0
- /package/dist/{src/components → components}/EntityStatus/EntityStatus.js +0 -0
- /package/dist/{src/components → components}/EntityStatus/EntityStatus.scss +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.scss +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/en.json +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/index.js +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/Errors/403/AccessDenied.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/403/index.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/403/index.js +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/ResponseError.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/index.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/index.js +0 -0
- /package/dist/{src/components → components}/Errors/i18n/en.json +0 -0
- /package/dist/{src/components → components}/Errors/i18n/index.js +0 -0
- /package/dist/{src/components → components}/Errors/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/FormattedBytes/FormattedBytes.d.ts +0 -0
- /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
- /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.scss +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.d.ts +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.js +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.scss +0 -0
- /package/dist/{src/components → components}/GroupInfo/GroupInfo.d.ts +0 -0
- /package/dist/{src/components → components}/GroupInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/GroupInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/Illustration/Illustration.d.ts +0 -0
- /package/dist/{src/components → components}/Illustration/index.d.ts +0 -0
- /package/dist/{src/components → components}/Illustration/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.scss +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/cdcStream.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/common.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/pqGroup.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/schema.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/table.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/i18n/en.json +0 -0
- /package/dist/{src/components → components}/InfoViewer/i18n/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/utils.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/utils.js +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.scss +0 -0
- /package/dist/{src/components → components}/InternalLink/InternalLink.d.ts +0 -0
- /package/dist/{src/components → components}/InternalLink/index.d.ts +0 -0
- /package/dist/{src/components → components}/InternalLink/index.js +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/LabelWithPopover.js +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/index.d.ts +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/index.js +0 -0
- /package/dist/{src/components → components}/LagImages/LagImages.d.ts +0 -0
- /package/dist/{src/components → components}/LagImages/LagImages.js +0 -0
- /package/dist/{src/components → components}/LagImages/index.d.ts +0 -0
- /package/dist/{src/components → components}/LagImages/index.js +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.js +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.scss +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/index.d.ts +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/index.js +0 -0
- /package/dist/{src/components → components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.js +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.scss +0 -0
- /package/dist/{src/components → components}/Loader/Loader.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/Loader.js +0 -0
- /package/dist/{src/components → components}/Loader/Loader.scss +0 -0
- /package/dist/{src/components → components}/Loader/index.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.js +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.scss +0 -0
- /package/dist/{src/components → components}/MetricChart/colors.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/colors.js +0 -0
- /package/dist/{src/components → components}/MetricChart/convertResponse.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/getChartData.js +0 -0
- /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.js +0 -0
- /package/dist/{src/components → components}/MetricChart/i18n/en.json +0 -0
- /package/dist/{src/components → components}/MetricChart/i18n/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/index.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/reducer.js +0 -0
- /package/dist/{src/components → components}/MetricChart/types.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/types.js +0 -0
- /package/dist/{src/components → components}/MonacoEditor/MonacoEditor.js +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.d.ts +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.js +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.scss +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.scss +0 -0
- /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.d.ts +0 -0
- /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.scss +0 -0
- /package/dist/{src/components → components}/PDiskInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/PDiskInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.d.ts +0 -0
- /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.scss +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.d.ts +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.js +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.scss +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.d.ts +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.js +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.scss +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.d.ts +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.js +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.scss +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.d.ts +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.js +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.scss +0 -0
- /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.d.ts +0 -0
- /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.js +0 -0
- /package/dist/{src/components → components}/ProblemFilter/index.d.ts +0 -0
- /package/dist/{src/components → components}/ProblemFilter/index.js +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.d.ts +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.js +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.scss +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.js +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.scss +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.scss +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/en.json +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/QueryResultTable/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/index.js +0 -0
- /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
- /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.scss +0 -0
- /package/dist/{src/components → components}/Search/Search.d.ts +0 -0
- /package/dist/{src/components → components}/Search/Search.js +0 -0
- /package/dist/{src/components → components}/Search/Search.scss +0 -0
- /package/dist/{src/components → components}/Search/index.d.ts +0 -0
- /package/dist/{src/components → components}/Search/index.js +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.d.ts +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.js +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.scss +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/en.json +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/index.js +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.scss +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/en.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/index.js +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/index.d.ts +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/index.js +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.d.ts +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.js +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.scss +0 -0
- /package/dist/{src/components → components}/SplitPane/index.d.ts +0 -0
- /package/dist/{src/components → components}/SplitPane/index.js +0 -0
- /package/dist/{src/components → components}/Stack/Stack.d.ts +0 -0
- /package/dist/{src/components → components}/Stack/Stack.js +0 -0
- /package/dist/{src/components → components}/Stack/Stack.scss +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.d.ts +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.js +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.scss +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.d.ts +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.js +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.scss +0 -0
- /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
- /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.scss +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.js +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.scss +0 -0
- /package/dist/{src/components → components}/Tablet/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tablet/index.js +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.d.ts +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.js +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.scss +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.js +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.scss +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.js +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.scss +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/index.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/index.js +0 -0
- /package/dist/{src/components → components}/Tag/Tag.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/Tag.js +0 -0
- /package/dist/{src/components → components}/Tag/Tag.scss +0 -0
- /package/dist/{src/components → components}/Tag/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/index.js +0 -0
- /package/dist/{src/components → components}/Tags/Tags.d.ts +0 -0
- /package/dist/{src/components → components}/Tags/Tags.js +0 -0
- /package/dist/{src/components → components}/Tags/Tags.scss +0 -0
- /package/dist/{src/components → components}/Tags/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tags/index.js +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.scss +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.scss +0 -0
- /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/index.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/index.js +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.js +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.scss +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.js +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/index.d.ts +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/index.js +0 -0
- /package/dist/{src/components → components}/UsageLabel/UsageLabel.d.ts +0 -0
- /package/dist/{src/components → components}/UsageLabel/UsageLabel.scss +0 -0
- /package/dist/{src/components → components}/User/StaffCard.d.ts +0 -0
- /package/dist/{src/components → components}/User/StaffCard.js +0 -0
- /package/dist/{src/components → components}/User/User.d.ts +0 -0
- /package/dist/{src/components → components}/User/User.js +0 -0
- /package/dist/{src/components → components}/User/User.scss +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.d.ts +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.js +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.scss +0 -0
- /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
- /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.js +0 -0
- /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.d.ts +0 -0
- /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.scss +0 -0
- /package/dist/{src/components → components}/VDiskInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/VDiskInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.d.ts +0 -0
- /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.scss +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeHandler.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeHandler.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableChunk.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableChunk.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableHead.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableHead.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableRow.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.scss +0 -0
- /package/dist/{src/components → components}/VirtualTable/constants.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/constants.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/en.json +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/index.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/VirtualTable/index.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/index.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/reducer.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/shared.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/shared.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/types.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/utils.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/utils.js +0 -0
- /package/dist/{src/components → components}/slots/SlotMap.d.ts +0 -0
- /package/dist/{src/components → components}/slots/SlotMap.js +0 -0
- /package/dist/{src/components → components}/slots/createSlot.d.ts +0 -0
- /package/dist/{src/components → components}/slots/createSlot.js +0 -0
- /package/dist/{src/components → components}/slots/index.d.ts +0 -0
- /package/dist/{src/components → components}/slots/index.js +0 -0
- /package/dist/{src/components → components}/slots/types.js +0 -0
- /package/dist/{src/components → components}/slots/useSlots.d.ts +0 -0
- /package/dist/{src/components → components}/slots/useSlots.js +0 -0
- /package/dist/{src/components → components}/slots/utils.d.ts +0 -0
- /package/dist/{src/components → components}/slots/utils.js +0 -0
- /package/dist/{src/containers → containers}/App/App.js +0 -0
- /package/dist/{src/containers → containers}/App/App.scss +0 -0
- /package/dist/{src/containers → containers}/App/Providers.d.ts +0 -0
- /package/dist/{src/containers → containers}/App/appSlots.js +0 -0
- /package/dist/{src/containers → containers}/App/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/App/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/App/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/App/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/App/index.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.scss +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/useClusterData.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.js +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.scss +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/Navigation.js +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.scss +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Authentication/Authentication.d.ts +0 -0
- /package/dist/{src/containers → containers}/Authentication/Authentication.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Cluster/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/utils.js +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/index.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/Clusters.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/Clusters.scss +0 -0
- /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/columns.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/constants.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Clusters/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/shared.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.js +0 -0
- /package/dist/{src/containers → containers}/Header/Header.d.ts +0 -0
- /package/dist/{src/containers → containers}/Header/Header.scss +0 -0
- /package/dist/{src/containers → containers}/Header/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Header/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Heatmap.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Heatmap.scss +0 -0
- /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.scss +0 -0
- /package/dist/{src/containers → containers}/Heatmap/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/index.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/util.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/util.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodePages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodePages.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.scss +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.js +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/Nodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/Nodes.scss +0 -0
- /package/dist/{src/containers → containers}/Nodes/NodesWrapper.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/VirtualNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/getNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/getNodesColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/index.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskPage.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/shared.js +0 -0
- /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.js +0 -0
- /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.js +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/Storage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/Storage.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageWrapper.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/VirtualStorage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/VirtualStorage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/shared.js +0 -0
- /package/dist/{src/containers → containers}/Storage/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/Tablet.scss +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tablet/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablets/Tablets.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablets/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tablets/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablets/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablets/index.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.scss +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Acl/Acl.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Acl/Acl.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/Columns.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/Columns.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalTable/ExternalTable.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Query.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Query.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/QueryEditor.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/prepareData.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Tenant.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/useTenantNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantPages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantPages.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/ToggleButton.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schema.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenants/Tenants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenants/Tenants.scss +0 -0
- /package/dist/{src/containers → containers}/UserSettings/Setting.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/UserSettings.d.ts +0 -0
- /package/dist/{src/containers → containers}/UserSettings/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/UserSettings/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.d.ts +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.js +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/VDiskPage.d.ts +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/Versions.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/Versions.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/groupNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/groupNodes.js +0 -0
- /package/dist/{src/containers → containers}/Versions/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/types.js +0 -0
- /package/dist/{src/index.css → index.css} +0 -0
- /package/dist/{src/lib.d.ts → lib.d.ts} +0 -0
- /package/dist/{src/lib.js → lib.js} +0 -0
- /package/dist/{src/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
- /package/dist/{src/reportWebVitals.js → reportWebVitals.js} +0 -0
- /package/dist/{src/routes.d.ts → routes.d.ts} +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaCluster.d.ts +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaTenants.d.ts +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaTenants.js +0 -0
- /package/dist/{src/store → store}/configureStore.d.ts +0 -0
- /package/dist/{src/store → store}/configureStore.js +0 -0
- /package/dist/{src/store → store}/defaultStore.d.ts +0 -0
- /package/dist/{src/store → store}/defaultStore.js +0 -0
- /package/dist/{src/store → store}/getUrlData.js +0 -0
- /package/dist/{src/store → store}/index.d.ts +0 -0
- /package/dist/{src/store → store}/index.js +0 -0
- /package/dist/{src/store → store}/reducers/api.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/api.js +0 -0
- /package/dist/{src/store → store}/reducers/authentication/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/authentication/types.js +0 -0
- /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
- /package/dist/{src/store → store}/reducers/cluster/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/cluster/types.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/clusters/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/clusters/types.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/describe.js +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/types.js +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/explainQuery.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/types.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/fullscreen.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/fullscreen.js +0 -0
- /package/dist/{src/store → store}/reducers/header/header.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/header/header.js +0 -0
- /package/dist/{src/store → store}/reducers/header/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/header/types.js +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/types.js +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/hotKeys/hotKeys.js +0 -0
- /package/dist/{src/store → store}/reducers/network/network.js +0 -0
- /package/dist/{src/store → store}/reducers/node/node.js +0 -0
- /package/dist/{src/store → store}/reducers/node/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/types.js +0 -0
- /package/dist/{src/store → store}/reducers/node/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/types.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/nodesList.js +0 -0
- /package/dist/{src/store → store}/reducers/olapStats.js +0 -0
- /package/dist/{src/store → store}/reducers/overview/overview.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/partitions.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/partitions/types.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/pdisk.js +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/types.js +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/preview.js +0 -0
- /package/dist/{src/store → store}/reducers/saveQuery.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/saveQuery.js +0 -0
- /package/dist/{src/store → store}/reducers/schema/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/schema/types.js +0 -0
- /package/dist/{src/store → store}/reducers/schemaAcl/schemaAcl.js +0 -0
- /package/dist/{src/store → store}/reducers/settings/settings.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/settings/settings.js +0 -0
- /package/dist/{src/store → store}/reducers/settings/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/settings/types.js +0 -0
- /package/dist/{src/store → store}/reducers/shardsWorkload/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/shardsWorkload/types.js +0 -0
- /package/dist/{src/store → store}/reducers/singleClusterMode.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/singleClusterMode.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/constants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/constants.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/types.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tablet.js +0 -0
- /package/dist/{src/store → store}/reducers/tabletsFilters.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tabletsFilters.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/constants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenant/constants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/tenant.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenant/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/contants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenants/contants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/tenants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenants/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tooltip.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/topic.js +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/types.js +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/vdisk.js +0 -0
- /package/dist/{src/store → store}/reducers/viewSchema/viewSchema.js +0 -0
- /package/dist/{src/store → store}/state-url-mapping.d.ts +0 -0
- /package/dist/{src/store → store}/utils.d.ts +0 -0
- /package/dist/{src/store → store}/utils.js +0 -0
- /package/dist/{src/styles → styles}/mixins.scss +0 -0
- /package/dist/{src/styles → styles}/themes/dark-hc.scss +0 -0
- /package/dist/{src/styles → styles}/themes/dark.scss +0 -0
- /package/dist/{src/styles → styles}/themes/light-hc.scss +0 -0
- /package/dist/{src/styles → styles}/themes/light.scss +0 -0
- /package/dist/{src/styles → styles}/themes.scss +0 -0
- /package/dist/{src/types → types}/additionalProps.js +0 -0
- /package/dist/{src/types → types}/api/acl.d.ts +0 -0
- /package/dist/{src/types → types}/api/acl.js +0 -0
- /package/dist/{src/types → types}/api/autocomplete.d.ts +0 -0
- /package/dist/{src/types → types}/api/autocomplete.js +0 -0
- /package/dist/{src/types → types}/api/cluster.d.ts +0 -0
- /package/dist/{src/types → types}/api/cluster.js +0 -0
- /package/dist/{src/types → types}/api/common.d.ts +0 -0
- /package/dist/{src/types → types}/api/common.js +0 -0
- /package/dist/{src/types → types}/api/compute.d.ts +0 -0
- /package/dist/{src/types → types}/api/compute.js +0 -0
- /package/dist/{src/types → types}/api/consumer.d.ts +0 -0
- /package/dist/{src/types → types}/api/consumer.js +0 -0
- /package/dist/{src/types → types}/api/enums.d.ts +0 -0
- /package/dist/{src/types → types}/api/enums.js +0 -0
- /package/dist/{src/types → types}/api/error.d.ts +0 -0
- /package/dist/{src/types → types}/api/error.js +0 -0
- /package/dist/{src/types → types}/api/healthcheck.d.ts +0 -0
- /package/dist/{src/types → types}/api/healthcheck.js +0 -0
- /package/dist/{src/types → types}/api/hotkeys.d.ts +0 -0
- /package/dist/{src/types → types}/api/hotkeys.js +0 -0
- /package/dist/{src/types → types}/api/meta.d.ts +0 -0
- /package/dist/{src/types → types}/api/meta.js +0 -0
- /package/dist/{src/types → types}/api/netInfo.d.ts +0 -0
- /package/dist/{src/types → types}/api/netInfo.js +0 -0
- /package/dist/{src/types → types}/api/nodes.d.ts +0 -0
- /package/dist/{src/types → types}/api/nodes.js +0 -0
- /package/dist/{src/types → types}/api/nodesList.d.ts +0 -0
- /package/dist/{src/types → types}/api/nodesList.js +0 -0
- /package/dist/{src/types → types}/api/pdisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/pdisk.js +0 -0
- /package/dist/{src/types → types}/api/query.d.ts +0 -0
- /package/dist/{src/types → types}/api/query.js +0 -0
- /package/dist/{src/types → types}/api/render.d.ts +0 -0
- /package/dist/{src/types → types}/api/render.js +0 -0
- /package/dist/{src/types → types}/api/restartPDisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/restartPDisk.js +0 -0
- /package/dist/{src/types → types}/api/schema/cdcStream.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/cdcStream.js +0 -0
- /package/dist/{src/types → types}/api/schema/columnEntity.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/columnEntity.js +0 -0
- /package/dist/{src/types → types}/api/schema/externalDataSource.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/externalDataSource.js +0 -0
- /package/dist/{src/types → types}/api/schema/externalTable.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/externalTable.js +0 -0
- /package/dist/{src/types → types}/api/schema/index.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/index.js +0 -0
- /package/dist/{src/types → types}/api/schema/persQueueGroup.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/persQueueGroup.js +0 -0
- /package/dist/{src/types → types}/api/schema/replication.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/replication.js +0 -0
- /package/dist/{src/types → types}/api/schema/schema.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/schema.js +0 -0
- /package/dist/{src/types → types}/api/schema/shared.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/shared.js +0 -0
- /package/dist/{src/types → types}/api/schema/table.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/table.js +0 -0
- /package/dist/{src/types → types}/api/schema/tableIndex.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/tableIndex.js +0 -0
- /package/dist/{src/types → types}/api/schema/view.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/view.js +0 -0
- /package/dist/{src/types → types}/api/storage.d.ts +0 -0
- /package/dist/{src/types → types}/api/storage.js +0 -0
- /package/dist/{src/types → types}/api/systemState.d.ts +0 -0
- /package/dist/{src/types → types}/api/systemState.js +0 -0
- /package/dist/{src/types → types}/api/tablet.d.ts +0 -0
- /package/dist/{src/types → types}/api/tablet.js +0 -0
- /package/dist/{src/types → types}/api/tenant.d.ts +0 -0
- /package/dist/{src/types → types}/api/tenant.js +0 -0
- /package/dist/{src/types → types}/api/topic.d.ts +0 -0
- /package/dist/{src/types → types}/api/topic.js +0 -0
- /package/dist/{src/types → types}/api/vdisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/vdisk.js +0 -0
- /package/dist/{src/types → types}/api/whoami.d.ts +0 -0
- /package/dist/{src/types → types}/api/whoami.js +0 -0
- /package/dist/{src/types → types}/common.d.ts +0 -0
- /package/dist/{src/types → types}/common.js +0 -0
- /package/dist/{src/types → types}/index.d.ts +0 -0
- /package/dist/{src/types → types}/index.js +0 -0
- /package/dist/{src/types → types}/store/describe.d.ts +0 -0
- /package/dist/{src/types → types}/store/describe.js +0 -0
- /package/dist/{src/types → types}/store/executeQuery.d.ts +0 -0
- /package/dist/{src/types → types}/store/executeQuery.js +0 -0
- /package/dist/{src/types → types}/store/heatmap.d.ts +0 -0
- /package/dist/{src/types → types}/store/heatmap.js +0 -0
- /package/dist/{src/types → types}/store/nodesList.d.ts +0 -0
- /package/dist/{src/types → types}/store/nodesList.js +0 -0
- /package/dist/{src/types → types}/store/query.d.ts +0 -0
- /package/dist/{src/types → types}/store/query.js +0 -0
- /package/dist/{src/types → types}/store/tablet.d.ts +0 -0
- /package/dist/{src/types → types}/store/tablet.js +0 -0
- /package/dist/{src/types → types}/store/tablets.d.ts +0 -0
- /package/dist/{src/types → types}/store/tablets.js +0 -0
- /package/dist/{src/types → types}/store/tooltip.d.ts +0 -0
- /package/dist/{src/types → types}/store/tooltip.js +0 -0
- /package/dist/{src/types → types}/store/topic.d.ts +0 -0
- /package/dist/{src/types → types}/store/topic.js +0 -0
- /package/dist/{src/types → types}/versions.d.ts +0 -0
- /package/dist/{src/types → types}/versions.js +0 -0
- /package/dist/{src/utils → utils}/__test__/monitoring.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/monitoring.test.js +0 -0
- /package/dist/{src/utils → utils}/__test__/parseBalancer.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/parseBalancer.test.js +0 -0
- /package/dist/{src/utils → utils}/__test__/prepareBackend.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/prepareBackend.test.js +0 -0
- /package/dist/{src/utils → utils}/additionalProps.d.ts +0 -0
- /package/dist/{src/utils → utils}/additionalProps.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/formatBytes.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/index.js +0 -0
- /package/dist/{src/utils → utils}/clusterVersionColors.d.ts +0 -0
- /package/dist/{src/utils → utils}/cn.d.ts +0 -0
- /package/dist/{src/utils → utils}/cn.js +0 -0
- /package/dist/{src/utils → utils}/createToast.d.ts +0 -0
- /package/dist/{src/utils → utils}/createToast.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.d.ts +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.js +0 -0
- /package/dist/{src/utils → utils}/developerUI/developerUI.d.ts +0 -0
- /package/dist/{src/utils → utils}/developerUI/developerUI.js +0 -0
- /package/dist/{src/utils → utils}/diagnostics.d.ts +0 -0
- /package/dist/{src/utils → utils}/diagnostics.js +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
- /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.js +0 -0
- /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.js +0 -0
- /package/dist/{src/utils → utils}/disks/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/getPDiskType.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/getPDiskType.js +0 -0
- /package/dist/{src/utils → utils}/disks/helpers.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/helpers.js +0 -0
- /package/dist/{src/utils → utils}/disks/prepareDisks.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/types.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/types.js +0 -0
- /package/dist/{src/utils → utils}/filters.d.ts +0 -0
- /package/dist/{src/utils → utils}/filters.js +0 -0
- /package/dist/{src/utils → utils}/generateEvaluator.d.ts +0 -0
- /package/dist/{src/utils → utils}/generateEvaluator.js +0 -0
- /package/dist/{src/utils → utils}/generateHash.d.ts +0 -0
- /package/dist/{src/utils → utils}/generateHash.js +0 -0
- /package/dist/{src/utils → utils}/hooks/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/index.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useQueryModes.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useQueryModes.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useSetting.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useSetting.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableResize.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableResize.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableSort.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableSort.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedDispatch.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedDispatch.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedSelector.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedSelector.js +0 -0
- /package/dist/{src/utils → utils}/i18n/i18n.js +0 -0
- /package/dist/{src/utils → utils}/i18n/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/index.js +0 -0
- /package/dist/{src/utils → utils}/lazyComponent.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/index.js +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/constants.js +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/constants.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.js +0 -0
- /package/dist/{src/utils → utils}/monitoring.d.ts +0 -0
- /package/dist/{src/utils → utils}/monitoring.js +0 -0
- /package/dist/{src/utils → utils}/numeral.d.ts +0 -0
- /package/dist/{src/utils → utils}/numeral.js +0 -0
- /package/dist/{src/utils → utils}/parseBalancer.d.ts +0 -0
- /package/dist/{src/utils → utils}/parseBalancer.js +0 -0
- /package/dist/{src/utils → utils}/prepareBackend.d.ts +0 -0
- /package/dist/{src/utils → utils}/prepareBackend.js +0 -0
- /package/dist/{src/utils → utils}/prepareQueryExplain.d.ts +0 -0
- /package/dist/{src/utils → utils}/prepareQueryExplain.js +0 -0
- /package/dist/{src/utils → utils}/query.d.ts +0 -0
- /package/dist/{src/utils → utils}/query.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/query.test.js +0 -0
- /package/dist/{src/utils → utils}/registerError.d.ts +0 -0
- /package/dist/{src/utils → utils}/registerError.js +0 -0
- /package/dist/{src/utils → utils}/response.js +0 -0
- /package/dist/{src/utils → utils}/storage.d.ts +0 -0
- /package/dist/{src/utils → utils}/storage.js +0 -0
- /package/dist/{src/utils → utils}/tablet.d.ts +0 -0
- /package/dist/{src/utils → utils}/tablet.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/formatDuration.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/formatDuration.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/timeParsers/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/index.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/parsers.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/parsers.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/protobufParsers.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/protobufParsers.js +0 -0
- /package/dist/{src/utils → utils}/timeframes.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeframes.js +0 -0
- /package/dist/{src/utils → utils}/tooltip.d.ts +0 -0
- /package/dist/{src/utils → utils}/tooltip.js +0 -0
- /package/dist/{src/utils → utils}/typecheckers.d.ts +0 -0
- /package/dist/{src/utils → utils}/typecheckers.js +0 -0
- /package/dist/{src/utils → utils}/utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/utils.js +0 -0
- /package/dist/{src/utils → utils}/versions/getVersionsColors.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/getVersionsColors.js +0 -0
- /package/dist/{src/utils → utils}/versions/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/index.js +0 -0
- /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.js +0 -0
- /package/dist/{src/utils → utils}/versions/parseVersion.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/parseVersion.js +0 -0
@@ -0,0 +1,73 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
3
|
+
import { ArrowUpRightFromSquare } from '@gravity-ui/icons';
|
4
|
+
import { Link as ExternalLink, Icon } from '@gravity-ui/uikit';
|
5
|
+
import { skipToken } from '@reduxjs/toolkit/query';
|
6
|
+
import { Helmet } from 'react-helmet-async';
|
7
|
+
import { useLocation, useParams } from 'react-router-dom';
|
8
|
+
import { EmptyState } from '../../components/EmptyState';
|
9
|
+
import { EntityStatus } from '../../components/EntityStatus/EntityStatus';
|
10
|
+
import { ResponseError } from '../../components/Errors/ResponseError';
|
11
|
+
import { Loader } from '../../components/Loader';
|
12
|
+
import { Tag } from '../../components/Tag';
|
13
|
+
import { parseQuery } from '../../routes';
|
14
|
+
import { backend } from '../../store';
|
15
|
+
import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
|
16
|
+
import { tabletApi } from '../../store/reducers/tablet';
|
17
|
+
import { cn } from '../../utils/cn';
|
18
|
+
import { CLUSTER_DEFAULT_TITLE, DEVELOPER_UI_TITLE } from '../../utils/constants';
|
19
|
+
import { useAutoRefreshInterval, useTypedDispatch } from '../../utils/hooks';
|
20
|
+
import { TabletControls } from './TabletControls';
|
21
|
+
import { TabletInfo } from './TabletInfo';
|
22
|
+
import { TabletTable } from './TabletTable';
|
23
|
+
import i18n from './i18n';
|
24
|
+
import './Tablet.scss';
|
25
|
+
export const b = cn('tablet-page');
|
26
|
+
export const Tablet = () => {
|
27
|
+
var _a;
|
28
|
+
const isFirstDataFetchRef = React.useRef(true);
|
29
|
+
const dispatch = useTypedDispatch();
|
30
|
+
const location = useLocation();
|
31
|
+
const params = useParams();
|
32
|
+
const { id } = params;
|
33
|
+
const { nodeId: queryNodeId, tenantName: queryTenantName, type: queryTabletType, clusterName: queryClusterName, } = parseQuery(location);
|
34
|
+
const [autoRefreshInterval] = useAutoRefreshInterval();
|
35
|
+
const { currentData, isFetching, error, refetch } = tabletApi.useGetTabletQuery({ id }, { pollingInterval: autoRefreshInterval });
|
36
|
+
const loading = isFetching && currentData === undefined;
|
37
|
+
const { id: tabletId, data: tablet = {}, history = [] } = currentData || {};
|
38
|
+
const { currentData: tenantPath } = tabletApi.useGetTabletDescribeQuery(tablet.TenantId ? { tenantId: tablet.TenantId } : skipToken);
|
39
|
+
const nodeId = ((_a = tablet.NodeId) === null || _a === void 0 ? void 0 : _a.toString()) || (queryNodeId === null || queryNodeId === void 0 ? void 0 : queryNodeId.toString());
|
40
|
+
const tenantName = tenantPath || (queryTenantName === null || queryTenantName === void 0 ? void 0 : queryTenantName.toString());
|
41
|
+
const type = tablet.Type || (queryTabletType === null || queryTabletType === void 0 ? void 0 : queryTabletType.toString());
|
42
|
+
React.useEffect(() => {
|
43
|
+
dispatch(setHeaderBreadcrumbs('tablet', {
|
44
|
+
nodeIds: nodeId ? [nodeId] : [],
|
45
|
+
tenantName,
|
46
|
+
tabletId: id,
|
47
|
+
tabletType: type,
|
48
|
+
}));
|
49
|
+
}, [dispatch, tenantName, id, nodeId, type]);
|
50
|
+
const renderExternalLinks = (link, index) => {
|
51
|
+
return (_jsx("li", { className: b('link', { external: true }), children: _jsx(ExternalLink, { href: `${backend}${link.path}`, target: "_blank", children: link.name }) }, index));
|
52
|
+
};
|
53
|
+
const renderView = () => {
|
54
|
+
if (loading && id !== tabletId && isFirstDataFetchRef.current) {
|
55
|
+
return _jsx(Loader, { size: "l" });
|
56
|
+
}
|
57
|
+
if (error) {
|
58
|
+
return _jsx(ResponseError, { error: error });
|
59
|
+
}
|
60
|
+
if (!tablet || !Object.keys(tablet).length) {
|
61
|
+
return (_jsx("div", { className: b('placeholder'), children: _jsx(EmptyState, { title: i18n('emptyState') }) }));
|
62
|
+
}
|
63
|
+
const { TabletId, Overall, Leader } = tablet;
|
64
|
+
const externalLinks = [
|
65
|
+
{
|
66
|
+
name: `${DEVELOPER_UI_TITLE} - tablet`,
|
67
|
+
path: `/tablets?TabletID=${TabletId}`,
|
68
|
+
},
|
69
|
+
];
|
70
|
+
return (_jsx("div", { className: b(), children: _jsxs("div", { className: b('pane-wrapper'), children: [_jsxs("div", { className: b('left-pane'), children: [_jsx("ul", { className: b('links'), children: externalLinks.map(renderExternalLinks) }), _jsxs("div", { className: b('row', { header: true }), children: [_jsx("span", { className: b('title'), children: i18n('tablet.header') }), _jsx(EntityStatus, { status: Overall, name: TabletId }), _jsx("a", { rel: "noopener noreferrer", className: b('link', { external: true }), href: `${backend}/tablets?TabletID=${TabletId}`, target: "_blank", children: _jsx(Icon, { data: ArrowUpRightFromSquare }) }), Leader && _jsx(Tag, { text: "Leader", type: "blue" }), _jsx("span", { className: b('loader'), children: loading && _jsx(Loader, { size: "s" }) })] }), _jsx(TabletInfo, { tablet: tablet, tenantPath: tenantName }), _jsx(TabletControls, { tablet: tablet, fetchData: refetch })] }), _jsx("div", { className: b('rigth-pane'), children: _jsx(TabletTable, { history: history }) })] }) }));
|
71
|
+
};
|
72
|
+
return (_jsxs(React.Fragment, { children: [_jsx(Helmet, { children: _jsx("title", { children: `${id} — ${i18n('tablet.header')} — ${tenantName || queryClusterName || CLUSTER_DEFAULT_TITLE}` }) }), renderView()] }));
|
73
|
+
};
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: (key: "dialog.kill" | "controls.kill-not-allowed" | "tablet.header" | "controls.kill" | "controls.stop" | "controls.resume" | "controls.stop-not-allowed" | "controls.resume-not-allowed" | "dialog.stop" | "dialog.resume" | "emptyState", params?: import("@gravity-ui/i18n").Params) => string;
|
2
|
+
export default _default;
|
@@ -0,0 +1,135 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import { ArrowsRotateRight } from '@gravity-ui/icons';
|
3
|
+
import { Icon, Label, Text } from '@gravity-ui/uikit';
|
4
|
+
import { skipToken } from '@reduxjs/toolkit/query';
|
5
|
+
import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
6
|
+
import { EntityStatus } from '../../components/EntityStatus/EntityStatus';
|
7
|
+
import { ResponseError } from '../../components/Errors/ResponseError';
|
8
|
+
import { InternalLink } from '../../components/InternalLink';
|
9
|
+
import { ResizeableDataTable } from '../../components/ResizeableDataTable/ResizeableDataTable';
|
10
|
+
import { TableSkeleton } from '../../components/TableSkeleton/TableSkeleton';
|
11
|
+
import routes, { createHref } from '../../routes';
|
12
|
+
import { selectTabletsWithFqdn, tabletsApi } from '../../store/reducers/tablets';
|
13
|
+
import { ETabletState } from '../../types/api/tablet';
|
14
|
+
import { cn } from '../../utils/cn';
|
15
|
+
import { DEFAULT_TABLE_SETTINGS } from '../../utils/constants';
|
16
|
+
import { calcUptime } from '../../utils/dataFormatters/dataFormatters';
|
17
|
+
import { useAutoRefreshInterval, useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
18
|
+
import { mapTabletStateToLabelTheme } from '../../utils/tablet';
|
19
|
+
import { getDefaultNodePath } from '../Node/NodePages';
|
20
|
+
import i18n from './i18n';
|
21
|
+
const b = cn('tablets');
|
22
|
+
const columns = [
|
23
|
+
{
|
24
|
+
name: 'Type',
|
25
|
+
get header() {
|
26
|
+
return i18n('Type');
|
27
|
+
},
|
28
|
+
render: ({ row }) => {
|
29
|
+
return (_jsxs("span", { children: [row.Type, " ", row.Leader ? '' : _jsx(Text, { color: "secondary", children: "follower" })] }));
|
30
|
+
},
|
31
|
+
},
|
32
|
+
{
|
33
|
+
name: 'TabletId',
|
34
|
+
get header() {
|
35
|
+
return i18n('Tablet');
|
36
|
+
},
|
37
|
+
render: ({ row }) => {
|
38
|
+
const tabletPath = row.TabletId &&
|
39
|
+
createHref(routes.tablet, { id: row.TabletId }, { nodeId: row.NodeId, type: row.Type });
|
40
|
+
return _jsx(InternalLink, { to: tabletPath, children: row.TabletId });
|
41
|
+
},
|
42
|
+
},
|
43
|
+
{
|
44
|
+
name: 'State',
|
45
|
+
get header() {
|
46
|
+
return i18n('State');
|
47
|
+
},
|
48
|
+
render: ({ row }) => {
|
49
|
+
return _jsx(Label, { theme: mapTabletStateToLabelTheme(row.State), children: row.State });
|
50
|
+
},
|
51
|
+
},
|
52
|
+
{
|
53
|
+
name: 'NodeId',
|
54
|
+
get header() {
|
55
|
+
return i18n('Node ID');
|
56
|
+
},
|
57
|
+
render: ({ row }) => {
|
58
|
+
const nodePath = row.NodeId === undefined ? undefined : getDefaultNodePath(row.NodeId);
|
59
|
+
return _jsx(InternalLink, { to: nodePath, children: row.NodeId });
|
60
|
+
},
|
61
|
+
align: 'right',
|
62
|
+
},
|
63
|
+
{
|
64
|
+
name: 'fqdn',
|
65
|
+
get header() {
|
66
|
+
return i18n('Node FQDN');
|
67
|
+
},
|
68
|
+
render: ({ row }) => {
|
69
|
+
if (!row.fqdn) {
|
70
|
+
return _jsx("span", { children: "\u2014" });
|
71
|
+
}
|
72
|
+
return _jsx(EntityStatus, { name: row.fqdn, showStatus: false, hasClipboardButton: true });
|
73
|
+
},
|
74
|
+
},
|
75
|
+
{
|
76
|
+
name: 'Generation',
|
77
|
+
get header() {
|
78
|
+
return i18n('Generation');
|
79
|
+
},
|
80
|
+
align: 'right',
|
81
|
+
},
|
82
|
+
{
|
83
|
+
name: 'Uptime',
|
84
|
+
get header() {
|
85
|
+
return i18n('Uptime');
|
86
|
+
},
|
87
|
+
render: ({ row }) => {
|
88
|
+
return calcUptime(row.ChangeTime);
|
89
|
+
},
|
90
|
+
sortAccessor: (row) => -Number(row.ChangeTime),
|
91
|
+
align: 'right',
|
92
|
+
},
|
93
|
+
{
|
94
|
+
name: 'Actions',
|
95
|
+
sortable: false,
|
96
|
+
resizeable: false,
|
97
|
+
header: '',
|
98
|
+
render: ({ row }) => {
|
99
|
+
return _jsx(TabletActions, { ...row });
|
100
|
+
},
|
101
|
+
},
|
102
|
+
];
|
103
|
+
function TabletActions(tablet) {
|
104
|
+
const isDisabledRestart = tablet.State === ETabletState.Stopped;
|
105
|
+
const dispatch = useTypedDispatch();
|
106
|
+
const { isUserAllowedToMakeChanges } = useTypedSelector((state) => state.authentication);
|
107
|
+
return (_jsx(ButtonWithConfirmDialog, { buttonView: "outlined", dialogContent: i18n('dialog.kill'), onConfirmAction: () => {
|
108
|
+
return window.api.killTablet(tablet.TabletId);
|
109
|
+
}, onConfirmActionSuccess: () => {
|
110
|
+
dispatch(tabletsApi.util.invalidateTags(['All']));
|
111
|
+
}, buttonDisabled: isDisabledRestart || !isUserAllowedToMakeChanges, withPopover: true, popoverContent: i18n('controls.kill-not-allowed'), popoverDisabled: isUserAllowedToMakeChanges, children: _jsx(Icon, { data: ArrowsRotateRight }) }));
|
112
|
+
}
|
113
|
+
export function Tablets({ nodeId, path, className }) {
|
114
|
+
const [autoRefreshInterval] = useAutoRefreshInterval();
|
115
|
+
let params = {};
|
116
|
+
const node = nodeId === undefined ? undefined : String(nodeId);
|
117
|
+
if (node !== undefined) {
|
118
|
+
params = { nodes: [String(node)] };
|
119
|
+
}
|
120
|
+
else if (path) {
|
121
|
+
params = { path };
|
122
|
+
}
|
123
|
+
const { currentData, isFetching, error } = tabletsApi.useGetTabletsInfoQuery(Object.keys(params).length === 0 ? skipToken : params, {
|
124
|
+
pollingInterval: autoRefreshInterval,
|
125
|
+
});
|
126
|
+
const loading = isFetching && currentData === undefined;
|
127
|
+
const tablets = useTypedSelector((state) => selectTabletsWithFqdn(state, params));
|
128
|
+
if (loading) {
|
129
|
+
return _jsx(TableSkeleton, {});
|
130
|
+
}
|
131
|
+
if (error) {
|
132
|
+
return _jsx(ResponseError, { error: error });
|
133
|
+
}
|
134
|
+
return (_jsx("div", { className: b(null, className), children: _jsx(ResizeableDataTable, { columns: columns, data: tablets, settings: DEFAULT_TABLE_SETTINGS, emptyDataMessage: i18n('noTabletsData') }) }));
|
135
|
+
}
|
@@ -0,0 +1,110 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
3
|
+
import { DefinitionList } from '@gravity-ui/components';
|
4
|
+
import { ResponseError } from '../../../components/Errors/ResponseError';
|
5
|
+
import { Loader } from '../../../components/Loader';
|
6
|
+
import { schemaAclApi } from '../../../store/reducers/schemaAcl/schemaAcl';
|
7
|
+
import { valueIsDefined } from '../../../utils';
|
8
|
+
import { cn } from '../../../utils/cn';
|
9
|
+
import i18n from '../i18n';
|
10
|
+
import './Acl.scss';
|
11
|
+
const b = cn('ydb-acl');
|
12
|
+
const prepareLogin = (value) => {
|
13
|
+
if (value && value.endsWith('@staff') && !value.startsWith('svc_')) {
|
14
|
+
const login = value.split('@')[0];
|
15
|
+
return login;
|
16
|
+
}
|
17
|
+
return value;
|
18
|
+
};
|
19
|
+
const aclParams = ['access', 'type', 'inheritance'];
|
20
|
+
const aclParamToName = {
|
21
|
+
access: 'Access',
|
22
|
+
type: 'Access type',
|
23
|
+
inheritance: 'Inheritance type',
|
24
|
+
};
|
25
|
+
const defaultInheritanceType = ['Object', 'Container'];
|
26
|
+
const defaultAccessType = 'Allow';
|
27
|
+
const defaultInheritanceTypeSet = new Set(defaultInheritanceType);
|
28
|
+
function normalizeAcl(acl) {
|
29
|
+
return acl.map((ace) => {
|
30
|
+
const { AccessRules = [], AccessRights = [], AccessType, InheritanceType, Subject } = ace;
|
31
|
+
const access = AccessRules.concat(AccessRights);
|
32
|
+
//"Allow" is default access type. We want to show it only if it isn't default
|
33
|
+
const type = AccessType === defaultAccessType ? undefined : AccessType;
|
34
|
+
let inheritance;
|
35
|
+
// ['Object', 'Container'] - is default inheritance type. We want to show it only if it isn't default
|
36
|
+
if ((InheritanceType === null || InheritanceType === void 0 ? void 0 : InheritanceType.length) !== defaultInheritanceTypeSet.size ||
|
37
|
+
InheritanceType.some((t) => !defaultInheritanceTypeSet.has(t))) {
|
38
|
+
inheritance = InheritanceType;
|
39
|
+
}
|
40
|
+
return {
|
41
|
+
access: access.length ? access : undefined,
|
42
|
+
type,
|
43
|
+
inheritance,
|
44
|
+
Subject,
|
45
|
+
};
|
46
|
+
});
|
47
|
+
}
|
48
|
+
function DefinitionValue({ value }) {
|
49
|
+
const normalizedValue = typeof value === 'string' ? [value] : value;
|
50
|
+
return (_jsx("div", { className: b('definition-content'), children: normalizedValue.map((el) => (_jsx("span", { children: el }, el))) }));
|
51
|
+
}
|
52
|
+
function getAclListItems(acl) {
|
53
|
+
if (!acl || !acl.length) {
|
54
|
+
return [];
|
55
|
+
}
|
56
|
+
const normalizedAcl = normalizeAcl(acl);
|
57
|
+
return normalizedAcl.map(({ Subject, ...data }) => {
|
58
|
+
const definedDataEntries = Object.entries(data).filter(([_key, value]) => Boolean(value));
|
59
|
+
if (definedDataEntries.length === 1 && definedDataEntries[0][0] === 'access') {
|
60
|
+
return {
|
61
|
+
name: Subject,
|
62
|
+
content: _jsx(DefinitionValue, { value: definedDataEntries[0][1] }),
|
63
|
+
};
|
64
|
+
}
|
65
|
+
return {
|
66
|
+
label: _jsx("span", { className: b('group-label'), children: Subject }),
|
67
|
+
items: aclParams
|
68
|
+
.map((key) => {
|
69
|
+
const value = data[key];
|
70
|
+
if (value) {
|
71
|
+
return {
|
72
|
+
name: aclParamToName[key],
|
73
|
+
content: _jsx(DefinitionValue, { value: value }),
|
74
|
+
};
|
75
|
+
}
|
76
|
+
return undefined;
|
77
|
+
})
|
78
|
+
.filter(valueIsDefined),
|
79
|
+
};
|
80
|
+
});
|
81
|
+
}
|
82
|
+
function getOwnerItem(owner) {
|
83
|
+
const preparedOwner = prepareLogin(owner);
|
84
|
+
if (!preparedOwner) {
|
85
|
+
return [];
|
86
|
+
}
|
87
|
+
return [
|
88
|
+
{
|
89
|
+
name: _jsx("span", { className: b('owner'), children: preparedOwner }),
|
90
|
+
content: _jsx("span", { className: b('owner'), children: i18n('acl.owner') }),
|
91
|
+
},
|
92
|
+
];
|
93
|
+
}
|
94
|
+
export const Acl = ({ path }) => {
|
95
|
+
const { currentData, isFetching, error } = schemaAclApi.useGetSchemaAclQuery({ path });
|
96
|
+
const loading = isFetching && !currentData;
|
97
|
+
const { acl, owner } = currentData || {};
|
98
|
+
const aclListItems = getAclListItems(acl);
|
99
|
+
const ownerItem = getOwnerItem(owner);
|
100
|
+
if (loading) {
|
101
|
+
return _jsx(Loader, {});
|
102
|
+
}
|
103
|
+
if (error) {
|
104
|
+
return _jsx(ResponseError, { error: error });
|
105
|
+
}
|
106
|
+
if (!acl && !owner) {
|
107
|
+
return _jsx(React.Fragment, { children: i18n('acl.empty') });
|
108
|
+
}
|
109
|
+
return (_jsxs("div", { className: b(), children: [ownerItem.length ? (_jsx(DefinitionList, { items: ownerItem, nameMaxWidth: 200, className: b('owner-container') })) : null, aclListItems.length ? (_jsx(DefinitionList, { items: aclListItems, nameMaxWidth: 200, className: b('result') })) : null] }));
|
110
|
+
};
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import DataTable from '@gravity-ui/react-data-table';
|
3
|
+
import qs from 'qs';
|
4
|
+
import { InternalLink } from '../../../../../components/InternalLink';
|
5
|
+
import { SpeedMultiMeter } from '../../../../../components/SpeedMultiMeter';
|
6
|
+
import routes, { createHref } from '../../../../../routes';
|
7
|
+
import { TENANT_DIAGNOSTICS_TABS_IDS } from '../../../../../store/reducers/tenant/constants';
|
8
|
+
import { cn } from '../../../../../utils/cn';
|
9
|
+
import { formatMsToUptime } from '../../../../../utils/dataFormatters/dataFormatters';
|
10
|
+
import { TenantTabsGroups } from '../../../TenantPages';
|
11
|
+
import { ReadLagsHeader } from '../Headers';
|
12
|
+
import { CONSUMERS_COLUMNS_IDS, CONSUMERS_COLUMNS_TITILES, CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS, CONSUMERS_READ_LAGS_SUB_COLUMNS_TITLES, } from '../utils/constants';
|
13
|
+
import './Columns.scss';
|
14
|
+
const b = cn('ydb-diagnostics-consumers-columns');
|
15
|
+
export const CONSUMERS_COLUMNS_WIDTH_LS_KEY = 'consumersColumnsWidth';
|
16
|
+
export const columns = [
|
17
|
+
{
|
18
|
+
name: CONSUMERS_COLUMNS_IDS.CONSUMER,
|
19
|
+
header: CONSUMERS_COLUMNS_TITILES[CONSUMERS_COLUMNS_IDS.CONSUMER],
|
20
|
+
align: DataTable.LEFT,
|
21
|
+
render: ({ row }) => {
|
22
|
+
if (!row.name) {
|
23
|
+
return '–';
|
24
|
+
}
|
25
|
+
const queryParams = qs.parse(location.search, {
|
26
|
+
ignoreQueryPrefix: true,
|
27
|
+
});
|
28
|
+
return (_jsx(InternalLink, { to: createHref(routes.tenant, undefined, {
|
29
|
+
...queryParams,
|
30
|
+
[TenantTabsGroups.diagnosticsTab]: TENANT_DIAGNOSTICS_TABS_IDS.partitions,
|
31
|
+
selectedConsumer: row.name,
|
32
|
+
}), children: row.name }));
|
33
|
+
},
|
34
|
+
},
|
35
|
+
{
|
36
|
+
name: CONSUMERS_COLUMNS_IDS.READ_SPEED,
|
37
|
+
header: CONSUMERS_COLUMNS_TITILES[CONSUMERS_COLUMNS_IDS.READ_SPEED],
|
38
|
+
align: DataTable.RIGHT,
|
39
|
+
resizeMinWidth: 140,
|
40
|
+
sortAccessor: (row) => row.readSpeed.perMinute,
|
41
|
+
render: ({ row }) => _jsx(SpeedMultiMeter, { data: row.readSpeed }),
|
42
|
+
},
|
43
|
+
{
|
44
|
+
name: CONSUMERS_COLUMNS_IDS.READ_LAGS,
|
45
|
+
header: _jsx(ReadLagsHeader, {}),
|
46
|
+
className: b('lags-header'),
|
47
|
+
sub: [
|
48
|
+
{
|
49
|
+
name: CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS.WRITE_LAG,
|
50
|
+
header: CONSUMERS_READ_LAGS_SUB_COLUMNS_TITLES[CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS.WRITE_LAG],
|
51
|
+
align: DataTable.RIGHT,
|
52
|
+
render: ({ row }) => formatMsToUptime(row.writeLag),
|
53
|
+
},
|
54
|
+
{
|
55
|
+
name: CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS.READ_LAG,
|
56
|
+
header: CONSUMERS_READ_LAGS_SUB_COLUMNS_TITLES[CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS.READ_LAG],
|
57
|
+
align: DataTable.RIGHT,
|
58
|
+
render: ({ row }) => formatMsToUptime(row.readLag),
|
59
|
+
},
|
60
|
+
{
|
61
|
+
name: CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS.READ_IDLE_TIME,
|
62
|
+
header: CONSUMERS_READ_LAGS_SUB_COLUMNS_TITLES[CONSUMERS_READ_LAGS_SUB_COLUMNS_IDS.READ_IDLE_TIME],
|
63
|
+
align: DataTable.RIGHT,
|
64
|
+
render: ({ row }) => formatMsToUptime(row.readIdleTime),
|
65
|
+
},
|
66
|
+
],
|
67
|
+
},
|
68
|
+
];
|
@@ -0,0 +1,111 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
3
|
+
import { Tabs } from '@gravity-ui/uikit';
|
4
|
+
import { Helmet } from 'react-helmet-async';
|
5
|
+
import { Link } from 'react-router-dom';
|
6
|
+
import { StringParam, useQueryParams } from 'use-query-params';
|
7
|
+
import { AutoRefreshControl } from '../../../components/AutoRefreshControl/AutoRefreshControl';
|
8
|
+
import routes, { createHref } from '../../../routes';
|
9
|
+
import { TENANT_DIAGNOSTICS_TABS_IDS } from '../../../store/reducers/tenant/constants';
|
10
|
+
import { setDiagnosticsTab } from '../../../store/reducers/tenant/tenant';
|
11
|
+
import { cn } from '../../../utils/cn';
|
12
|
+
import { useTypedDispatch, useTypedSelector } from '../../../utils/hooks';
|
13
|
+
import { Heatmap } from '../../Heatmap';
|
14
|
+
import { NodesWrapper } from '../../Nodes/NodesWrapper';
|
15
|
+
import { StorageWrapper } from '../../Storage/StorageWrapper';
|
16
|
+
import { Tablets } from '../../Tablets';
|
17
|
+
import { SchemaViewer } from '../Schema/SchemaViewer/SchemaViewer';
|
18
|
+
import { TenantTabsGroups } from '../TenantPages';
|
19
|
+
import { isDatabaseEntityType } from '../utils/schema';
|
20
|
+
import { Consumers } from './Consumers';
|
21
|
+
import Describe from './Describe/Describe';
|
22
|
+
import DetailedOverview from './DetailedOverview/DetailedOverview';
|
23
|
+
import { DATABASE_PAGES, getPagesByType } from './DiagnosticsPages';
|
24
|
+
import { HotKeys } from './HotKeys/HotKeys';
|
25
|
+
import { Network } from './Network/Network';
|
26
|
+
import { Partitions } from './Partitions/Partitions';
|
27
|
+
import { TopQueries } from './TopQueries';
|
28
|
+
import { TopShards } from './TopShards';
|
29
|
+
import './Diagnostics.scss';
|
30
|
+
const b = cn('kv-tenant-diagnostics');
|
31
|
+
function Diagnostics(props) {
|
32
|
+
const container = React.useRef(null);
|
33
|
+
const dispatch = useTypedDispatch();
|
34
|
+
const { diagnosticsTab = TENANT_DIAGNOSTICS_TABS_IDS.overview } = useTypedSelector((state) => state.tenant);
|
35
|
+
const [queryParams] = useQueryParams({
|
36
|
+
name: StringParam,
|
37
|
+
schema: StringParam,
|
38
|
+
backend: StringParam,
|
39
|
+
clusterName: StringParam,
|
40
|
+
});
|
41
|
+
const tenantName = isDatabaseEntityType(props.type) ? props.path : props.tenantName;
|
42
|
+
const isDatabase = isDatabaseEntityType(props.type) || props.path === props.tenantName;
|
43
|
+
const pages = isDatabase ? DATABASE_PAGES : getPagesByType(props.type);
|
44
|
+
let activeTab = pages.find((el) => el.id === diagnosticsTab);
|
45
|
+
if (!activeTab) {
|
46
|
+
activeTab = pages[0];
|
47
|
+
}
|
48
|
+
React.useEffect(() => {
|
49
|
+
if (activeTab && activeTab.id !== diagnosticsTab) {
|
50
|
+
dispatch(setDiagnosticsTab(activeTab.id));
|
51
|
+
}
|
52
|
+
}, [activeTab, diagnosticsTab, dispatch]);
|
53
|
+
const renderTabContent = () => {
|
54
|
+
const { type, path } = props;
|
55
|
+
switch (activeTab === null || activeTab === void 0 ? void 0 : activeTab.id) {
|
56
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.overview: {
|
57
|
+
return (_jsx(DetailedOverview, { type: type, tenantName: tenantName, path: path, additionalTenantProps: props.additionalTenantProps, additionalNodesProps: props.additionalNodesProps }));
|
58
|
+
}
|
59
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.schema: {
|
60
|
+
return _jsx(SchemaViewer, { path: path, tenantName: tenantName, type: type, extended: true });
|
61
|
+
}
|
62
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.topQueries: {
|
63
|
+
return _jsx(TopQueries, { tenantName: tenantName, type: type });
|
64
|
+
}
|
65
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.topShards: {
|
66
|
+
return _jsx(TopShards, { tenantName: tenantName, path: path, type: type });
|
67
|
+
}
|
68
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.nodes: {
|
69
|
+
return (_jsx(NodesWrapper, { path: path, additionalNodesProps: props.additionalNodesProps, parentContainer: container.current }));
|
70
|
+
}
|
71
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.tablets: {
|
72
|
+
return _jsx(Tablets, { path: path });
|
73
|
+
}
|
74
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.storage: {
|
75
|
+
return _jsx(StorageWrapper, { tenant: tenantName, parentContainer: container.current });
|
76
|
+
}
|
77
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.network: {
|
78
|
+
return _jsx(Network, { tenantName: tenantName });
|
79
|
+
}
|
80
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.describe: {
|
81
|
+
return _jsx(Describe, { path: path, type: type });
|
82
|
+
}
|
83
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.hotKeys: {
|
84
|
+
return _jsx(HotKeys, { path: path });
|
85
|
+
}
|
86
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.graph: {
|
87
|
+
return _jsx(Heatmap, { path: path });
|
88
|
+
}
|
89
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.consumers: {
|
90
|
+
return _jsx(Consumers, { path: path, type: type });
|
91
|
+
}
|
92
|
+
case TENANT_DIAGNOSTICS_TABS_IDS.partitions: {
|
93
|
+
return _jsx(Partitions, { path: path });
|
94
|
+
}
|
95
|
+
default: {
|
96
|
+
return _jsx("div", { children: "No data..." });
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const renderTabs = () => {
|
101
|
+
return (_jsx("div", { className: b('header-wrapper'), children: _jsxs("div", { className: b('tabs'), children: [_jsx(Tabs, { size: "l", items: pages, activeTab: activeTab === null || activeTab === void 0 ? void 0 : activeTab.id, wrapTo: ({ id }, node) => {
|
102
|
+
const path = createHref(routes.tenant, undefined, {
|
103
|
+
...queryParams,
|
104
|
+
[TenantTabsGroups.diagnosticsTab]: id,
|
105
|
+
});
|
106
|
+
return (_jsx(Link, { to: path, className: b('tab'), children: node }, id));
|
107
|
+
}, allowNotSelected: true }), _jsx(AutoRefreshControl, {})] }) }));
|
108
|
+
};
|
109
|
+
return (_jsxs("div", { className: b(), ref: container, children: [activeTab ? (_jsx(Helmet, { children: _jsx("title", { children: activeTab.title }) })) : null, renderTabs(), _jsx("div", { className: b('page-wrapper'), children: renderTabContent() })] }));
|
110
|
+
}
|
111
|
+
export default Diagnostics;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: (key: "noConsumersMessage.topic" | "noConsumersMessage.stream" | "lagsPopover.readLags" | "table.emptyDataMessage" | "lagsPopover.writeLags" | "headers.unread" | "headers.uncommited" | "controls.consumerSelector" | "controls.consumerSelector.emptyOption" | "controls.partitionSearch" | "controls.generalSearch", params?: import("@gravity-ui/i18n").Params) => string;
|
2
|
+
export default _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export const addHostToPartitions = (partitions = [], nodesMap) => {
|
2
|
+
return partitions === null || partitions === void 0 ? void 0 : partitions.map((partition) => {
|
3
|
+
const partitionHost = partition.partitionNodeId && nodesMap
|
4
|
+
? nodesMap.get(partition.partitionNodeId)
|
5
|
+
: undefined;
|
6
|
+
const connectionHost = partition.connectionNodeId && nodesMap
|
7
|
+
? nodesMap.get(partition.connectionNodeId)
|
8
|
+
: undefined;
|
9
|
+
return {
|
10
|
+
...partition,
|
11
|
+
partitionHost,
|
12
|
+
connectionHost,
|
13
|
+
};
|
14
|
+
});
|
15
|
+
};
|
package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
3
|
+
import _omit from 'lodash/omit';
|
4
|
+
import JSONTree from 'react-json-inspector';
|
5
|
+
import { TreeView } from 'ydb-ui-components';
|
6
|
+
import { hcStatusToColorFlag } from '../../../../../../store/reducers/healthcheckInfo/utils';
|
7
|
+
import { cn } from '../../../../../../utils/cn';
|
8
|
+
import { IssueTreeItem } from './IssueTreeItem';
|
9
|
+
import './IssueTree.scss';
|
10
|
+
const b = cn('issue-tree');
|
11
|
+
const IssueTree = ({ issueTree }) => {
|
12
|
+
const [collapsedIssues, setCollapsedIssues] = React.useState({});
|
13
|
+
const renderInfoPanel = React.useCallback((info) => {
|
14
|
+
if (!info) {
|
15
|
+
return null;
|
16
|
+
}
|
17
|
+
return (_jsx("div", { className: b('info-panel'), children: _jsx(JSONTree, { data: info, search: false, isExpanded: () => true, className: b('inspector') }) }));
|
18
|
+
}, []);
|
19
|
+
const renderTree = React.useCallback((data) => {
|
20
|
+
return data.map((item) => {
|
21
|
+
const { id } = item;
|
22
|
+
const { status, message, type, reasonsItems, level, ...rest } = item;
|
23
|
+
const isCollapsed = typeof collapsedIssues[id] === 'undefined' || collapsedIssues[id];
|
24
|
+
const toggleCollapsed = () => {
|
25
|
+
setCollapsedIssues((collapsedIssues) => ({
|
26
|
+
...collapsedIssues,
|
27
|
+
[id]: !isCollapsed,
|
28
|
+
}));
|
29
|
+
};
|
30
|
+
return (_jsxs(TreeView, { name: _jsx(IssueTreeItem, { status: hcStatusToColorFlag[status], message: message, type: type }), collapsed: isCollapsed, hasArrow: true, onClick: toggleCollapsed, onArrowClick: toggleCollapsed, level: level - 1, children: [renderInfoPanel(_omit(rest, ['reason'])), renderTree(reasonsItems || [])] }, id));
|
31
|
+
});
|
32
|
+
}, [collapsedIssues, renderInfoPanel]);
|
33
|
+
return (_jsx("div", { className: b(), children: _jsx("div", { className: b('block'), children: renderTree([issueTree]) }) }));
|
34
|
+
};
|
35
|
+
export default IssueTree;
|
package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
import type { ProgressViewerProps } from '../../../../../../components/ProgressViewer/ProgressViewer';
|
2
|
+
import type { MetricStatus } from '../../../../../../store/reducers/tenants/types';
|
3
|
+
import './MetricCard.scss';
|
4
|
+
export interface DiagnosticsCardMetric extends ProgressViewerProps {
|
5
|
+
title?: React.ReactNode;
|
6
|
+
}
|
7
|
+
interface MetricCardProps {
|
8
|
+
active?: boolean;
|
9
|
+
label?: string;
|
10
|
+
status?: MetricStatus;
|
11
|
+
metrics: DiagnosticsCardMetric[];
|
12
|
+
}
|
13
|
+
export declare function MetricCard({ active, label, status, metrics }: MetricCardProps): import("react/jsx-runtime").JSX.Element;
|
14
|
+
export {};
|
package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import { DiagnosticCard } from '../../../../../../components/DiagnosticCard/DiagnosticCard';
|
3
|
+
import { ProgressViewer } from '../../../../../../components/ProgressViewer/ProgressViewer';
|
4
|
+
import { StatusIcon } from '../../../../../../components/StatusIcon/StatusIcon';
|
5
|
+
import { EFlag } from '../../../../../../types/api/enums';
|
6
|
+
import { cn } from '../../../../../../utils/cn';
|
7
|
+
import './MetricCard.scss';
|
8
|
+
const b = cn('ydb-metrics-card');
|
9
|
+
const getStatusIcon = (status) => {
|
10
|
+
let colorStatus;
|
11
|
+
if (status === 'Warning') {
|
12
|
+
colorStatus = EFlag.Yellow;
|
13
|
+
}
|
14
|
+
if (status === 'Danger') {
|
15
|
+
colorStatus = EFlag.Red;
|
16
|
+
}
|
17
|
+
if (colorStatus) {
|
18
|
+
return _jsx(StatusIcon, { status: colorStatus, mode: "icons", size: "l" });
|
19
|
+
}
|
20
|
+
return null;
|
21
|
+
};
|
22
|
+
export function MetricCard({ active, label, status, metrics }) {
|
23
|
+
const renderContent = () => {
|
24
|
+
return metrics.map(({ title, ...progressViewerProps }, index) => {
|
25
|
+
return (_jsxs("div", { className: b('metric'), children: [_jsx("div", { className: b('metric-title'), children: title }), _jsx(ProgressViewer, { size: "xs", colorizeProgress: true, ...progressViewerProps })] }, index));
|
26
|
+
});
|
27
|
+
};
|
28
|
+
return (_jsxs(DiagnosticCard, { className: b({ active }), active: active, children: [_jsxs("div", { className: b('header'), children: [label && _jsx("div", { className: b('label'), children: label }), getStatusIcon(status)] }), _jsx("div", { className: b('content'), children: renderContent() })] }));
|
29
|
+
}
|