ydb-embedded-ui 1.14.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/assets/illustrations/dark/thumbsUp.svg +15 -0
  3. package/dist/assets/illustrations/light/thumbsUp.svg +15 -0
  4. package/dist/components/AsideNavigation/AsideHeader.tsx +1 -1
  5. package/dist/components/AsideNavigation/AsideHeaderFooterItem/AsideHeaderFooterItem.tsx +1 -1
  6. package/dist/components/AsideNavigation/AsideHeaderTooltip/AsideHeaderTooltip.tsx +1 -1
  7. package/dist/components/AsideNavigation/CompositeBar/CompositeBar.tsx +1 -1
  8. package/dist/components/AsideNavigation/Logo/Logo.tsx +1 -1
  9. package/dist/components/AsideNavigation/Settings/Settings.tsx +1 -1
  10. package/dist/components/AsideNavigation/Settings/SettingsMenu/SettingsMenu.tsx +1 -1
  11. package/dist/components/AsideNavigation/Settings/SettingsSearch/SettingsSearch.tsx +1 -1
  12. package/dist/components/AsideNavigation/Settings/collect-settings.ts +1 -1
  13. package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
  14. package/dist/components/ClusterInfo/ClusterInfo.tsx +1 -1
  15. package/dist/components/Collapse/Collapse.js +1 -1
  16. package/dist/components/CopyToClipboard/CopyToClipboard.tsx +1 -1
  17. package/dist/components/CriticalActionDialog/CriticalActionDialog.js +1 -1
  18. package/dist/components/EmptyState/EmptyState.scss +0 -1
  19. package/dist/components/EnableFullscreenButton/EnableFullscreenButton.tsx +1 -1
  20. package/dist/components/EntityStatus/EntityStatus.js +28 -3
  21. package/dist/components/EntityStatus/EntityStatus.scss +22 -1
  22. package/dist/components/Fullscreen/Fullscreen.tsx +1 -1
  23. package/dist/components/Icon/Icon.js +1 -1
  24. package/dist/components/Illustration/Illustration.tsx +3 -1
  25. package/dist/components/Loader/Loader.tsx +1 -1
  26. package/dist/components/NodesViewer/NodesViewer.js +5 -2
  27. package/dist/components/Pagination/Pagination.js +1 -1
  28. package/dist/components/ProblemFilter/ProblemFilter.js +1 -1
  29. package/dist/components/ShortyString/ShortyString.tsx +1 -1
  30. package/dist/components/TableSkeleton/TableSkeleton.tsx +1 -1
  31. package/dist/components/TabletsOverall/TabletsOverall.tsx +1 -1
  32. package/dist/containers/App/App.js +1 -1
  33. package/dist/containers/App/App.scss +0 -10
  34. package/dist/containers/App/Content.js +1 -1
  35. package/dist/containers/App/TipPopup/TipPopup.js +1 -1
  36. package/dist/containers/AsideNavigation/AsideNavigation.tsx +1 -1
  37. package/dist/containers/Authentication/Authentication.tsx +1 -1
  38. package/dist/containers/Group/Group.js +1 -1
  39. package/dist/containers/Header/Header.tsx +1 -1
  40. package/dist/containers/Header/Host/Host.js +1 -1
  41. package/dist/containers/Heatmap/Heatmap.js +1 -1
  42. package/dist/containers/Node/Node.tsx +1 -1
  43. package/dist/containers/Node/NodeStructure/Pdisk.tsx +1 -1
  44. package/dist/containers/Nodes/Nodes.js +4 -2
  45. package/dist/containers/Pdisk/Pdisk.js +1 -1
  46. package/dist/containers/Pool/Pool.js +3 -2
  47. package/dist/containers/ReduxTooltip/ReduxTooltip.js +1 -1
  48. package/dist/containers/Storage/EmptyFilter/EmptyFilter.tsx +34 -0
  49. package/dist/containers/Storage/EmptyFilter/i18n/en.json +4 -0
  50. package/dist/containers/Storage/EmptyFilter/i18n/index.ts +11 -0
  51. package/dist/containers/Storage/EmptyFilter/i18n/ru.json +4 -0
  52. package/dist/containers/Storage/Pdisk/Pdisk.tsx +1 -1
  53. package/dist/containers/Storage/Storage.js +3 -1
  54. package/dist/containers/Storage/StorageFilter/StorageFilter.tsx +2 -1
  55. package/dist/containers/Storage/StorageGroups/StorageGroups.tsx +27 -6
  56. package/dist/containers/Storage/StorageGroups/i18n/en.json +6 -0
  57. package/dist/containers/Storage/StorageGroups/i18n/index.ts +11 -0
  58. package/dist/containers/Storage/StorageGroups/i18n/ru.json +6 -0
  59. package/dist/containers/Storage/StorageNodes/StorageNodes.tsx +24 -7
  60. package/dist/containers/Storage/StorageNodes/i18n/en.json +6 -0
  61. package/dist/containers/Storage/StorageNodes/i18n/index.ts +11 -0
  62. package/dist/containers/Storage/StorageNodes/i18n/ru.json +6 -0
  63. package/dist/containers/Storage/UsageFilter/UsageFilter.tsx +1 -1
  64. package/dist/containers/Storage/Vdisk/Vdisk.js +1 -1
  65. package/dist/containers/Tablet/Tablet.js +1 -1
  66. package/dist/containers/Tablets/Tablets.js +1 -1
  67. package/dist/containers/TabletsFilters/TabletsFilters.js +1 -1
  68. package/dist/containers/Tenant/Acl/Acl.js +1 -1
  69. package/dist/containers/Tenant/Diagnostics/Compute/Compute.js +1 -1
  70. package/dist/containers/Tenant/Diagnostics/Describe/Describe.js +1 -1
  71. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.tsx +3 -4
  72. package/dist/containers/Tenant/Diagnostics/Diagnostics.tsx +1 -1
  73. package/dist/containers/Tenant/Diagnostics/Healthcheck/Healthcheck.scss +7 -1
  74. package/dist/containers/Tenant/Diagnostics/Healthcheck/Healthcheck.tsx +86 -0
  75. package/dist/containers/Tenant/Diagnostics/Healthcheck/IssuePreview/IssuePreview.tsx +34 -0
  76. package/dist/containers/Tenant/Diagnostics/Healthcheck/IssuePreview/index.ts +1 -0
  77. package/dist/containers/Tenant/Diagnostics/Healthcheck/IssuesList/IssuesList.tsx +69 -0
  78. package/dist/containers/Tenant/Diagnostics/Healthcheck/IssuesList/index.ts +1 -0
  79. package/dist/containers/Tenant/Diagnostics/Healthcheck/Preview/Preview.tsx +80 -0
  80. package/dist/containers/Tenant/Diagnostics/Healthcheck/Preview/index.ts +1 -0
  81. package/dist/containers/Tenant/Diagnostics/Healthcheck/i18n/en.json +11 -0
  82. package/dist/containers/Tenant/Diagnostics/Healthcheck/i18n/index.ts +11 -0
  83. package/dist/containers/Tenant/Diagnostics/Healthcheck/i18n/ru.json +11 -0
  84. package/dist/containers/Tenant/Diagnostics/Healthcheck/index.ts +1 -0
  85. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +1 -1
  86. package/dist/containers/Tenant/Diagnostics/Network/Network.js +3 -2
  87. package/dist/containers/Tenant/Diagnostics/Network/Network.scss +1 -1
  88. package/dist/containers/Tenant/Diagnostics/Overview/Overview.tsx +17 -35
  89. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +1 -1
  90. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +3 -3
  91. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +3 -3
  92. package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.tsx +1 -1
  93. package/dist/containers/Tenant/ObjectGeneralTabs/ObjectGeneralTabs.tsx +1 -1
  94. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.tsx +1 -1
  95. package/dist/containers/Tenant/Preview/Preview.js +1 -1
  96. package/dist/containers/Tenant/QueryEditor/Issues/Issues.scss +2 -3
  97. package/dist/containers/Tenant/QueryEditor/Issues/Issues.tsx +1 -1
  98. package/dist/containers/Tenant/QueryEditor/QueriesHistory/QueriesHistory.tsx +1 -1
  99. package/dist/containers/Tenant/QueryEditor/QueryEditor.js +2 -2
  100. package/dist/containers/Tenant/QueryEditor/QueryExplain/QueryExplain.js +63 -45
  101. package/dist/containers/Tenant/QueryEditor/QueryExplain/QueryExplain.scss +8 -4
  102. package/dist/containers/Tenant/QueryEditor/QueryResult/QueryResult.js +1 -1
  103. package/dist/containers/Tenant/QueryEditor/QueryResult/QueryResult.scss +1 -0
  104. package/dist/containers/Tenant/QueryEditor/SaveQuery/SaveQuery.js +1 -1
  105. package/dist/containers/Tenant/QueryEditor/SavedQueries/SavedQueries.js +1 -1
  106. package/dist/containers/Tenant/Schema/SchemaInfoViewer/SchemaInfoViewer.scss +2 -2
  107. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.tsx +1 -1
  108. package/dist/containers/Tenants/Tenants.js +4 -2
  109. package/dist/containers/UserSettings/UserSettings.tsx +2 -2
  110. package/dist/containers/Vdisk/Vdisk.js +1 -1
  111. package/dist/containers/VdiskPdiskNode/VdiskPdiskNode.js +1 -1
  112. package/dist/index.js +1 -1
  113. package/dist/services/api.d.ts +9 -0
  114. package/dist/setupTests.js +1 -1
  115. package/dist/store/reducers/executeTopQueries.js +6 -9
  116. package/dist/store/reducers/explainQuery.js +27 -36
  117. package/dist/store/reducers/olapStats.js +6 -8
  118. package/dist/store/reducers/shardsWorkload.js +6 -8
  119. package/dist/types/api/healthcheck.ts +91 -0
  120. package/dist/types/api/query.ts +32 -21
  121. package/dist/types/assets.d.ts +1 -1
  122. package/dist/types/store/healthcheck.ts +3 -0
  123. package/dist/types/store/query.ts +1 -1
  124. package/dist/utils/createToast.tsx +1 -1
  125. package/dist/utils/getNodesColumns.js +1 -1
  126. package/dist/utils/hooks/index.ts +1 -0
  127. package/dist/utils/hooks/useAutofetcher.ts +29 -0
  128. package/dist/utils/i18n/i18n.ts +1 -1
  129. package/dist/utils/prepareQueryExplain.ts +0 -4
  130. package/dist/utils/query.test.ts +59 -1
  131. package/dist/utils/query.ts +38 -4
  132. package/package.json +9 -11
  133. package/dist/containers/Tenant/Diagnostics/Healthcheck/Healthcheck.js +0 -195
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v2.0.0...v2.1.0) (2022-10-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * autofocus all text search fields ([a38ee84](https://github.com/ydb-platform/ydb-embedded-ui/commit/a38ee84abad4202f5e9b8af897eb68d2c006233a))
9
+ * **Healthcheck:** display first level issues in overview ([10b4bf5](https://github.com/ydb-platform/ydb-embedded-ui/commit/10b4bf5d15d32f028702ff8cfecca0e06bc5616f))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * fix production assets paths ([8eaad0f](https://github.com/ydb-platform/ydb-embedded-ui/commit/8eaad0f1db109c4cf3cbf7d11ad32ea335a6b0c1))
15
+ * **Healthcheck:** add translations ([75f9851](https://github.com/ydb-platform/ydb-embedded-ui/commit/75f9851a35766ef692805a6f154d40340b003487))
16
+ * move eslint hooks rule extension to src config ([179b81d](https://github.com/ydb-platform/ydb-embedded-ui/commit/179b81d60adf422addc8d72f947800c72bd3e4c5))
17
+ * **QueryEditor:** disable fullscreen button for empty result ([4825b5b](https://github.com/ydb-platform/ydb-embedded-ui/commit/4825b5b8dcb89fcafd828dabbace521ddc429922))
18
+ * **QueryEditor:** fix query stats spacings ([b836d72](https://github.com/ydb-platform/ydb-embedded-ui/commit/b836d72824a791b3fde2b9e4585c6c9b42385265))
19
+ * **useAutofetcher:** private autofetcher instance for each usage ([3f34b7a](https://github.com/ydb-platform/ydb-embedded-ui/commit/3f34b7aee2042562a42e6d1a7daf03ffddd888c0))
20
+
21
+ ## [2.0.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v1.14.2...v2.0.0) (2022-09-26)
22
+
23
+
24
+ ### ⚠ BREAKING CHANGES
25
+
26
+ * peer deps update: migrated from `@yandex-cloud/uikit` to `@gravity-ui/uikit`
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **QueryEditor:** adjust execute issues scrollbar position ([8b03400](https://github.com/ydb-platform/ydb-embedded-ui/commit/8b03400aa084a660f44dced437a97e4b956704d6))
32
+ * **QueryEditor:** adjust explain components position ([193d326](https://github.com/ydb-platform/ydb-embedded-ui/commit/193d3263c2c9b57381f8d5ba160b95e76b5d32af))
33
+ * **QueryEditor:** properly handle empty query explanations ([5943d1b](https://github.com/ydb-platform/ydb-embedded-ui/commit/5943d1b38534e26729310e34aa24dc30a658a0fa))
34
+ * **QueryEditor:** render v2 explain with default topology ([44947e1](https://github.com/ydb-platform/ydb-embedded-ui/commit/44947e10248f5d14d0d685a030e2dbca0c87399d))
35
+ * **QueryEditor:** use modern explain query schema ([78acc45](https://github.com/ydb-platform/ydb-embedded-ui/commit/78acc45765d9f9ff45a37934be61559373b5c07c))
36
+ * **Storage:** encouraging message for empty filtered lists ([028aa8d](https://github.com/ydb-platform/ydb-embedded-ui/commit/028aa8db2ddff9f64d1b6ac6543d7d640a3187a9))
37
+ * **Tenant:** adjust info tab spacings ([89e5809](https://github.com/ydb-platform/ydb-embedded-ui/commit/89e580939766c2ed4018b4e46c3b34d8744a9957))
38
+ * **Tenant:** display 0 values in columns tables info ([ba2cbde](https://github.com/ydb-platform/ydb-embedded-ui/commit/ba2cbde662471dfbe34892154aa2211088100f31))
39
+ * **Tenant:** modern query response for column tables ([ab2e45f](https://github.com/ydb-platform/ydb-embedded-ui/commit/ab2e45f4df33a2366f3a673b1beab97f3d76a3a4))
40
+ * **Tenant:** properly fetch column tables data for info tab ([8762746](https://github.com/ydb-platform/ydb-embedded-ui/commit/8762746d9c89faeea25f9f47107b6d93fffee918))
41
+ * **TopQueries:** modern query response ([fe2b45a](https://github.com/ydb-platform/ydb-embedded-ui/commit/fe2b45a15b25c4d1ca8324e9727bee9194bdb9bc))
42
+ * **TopShards:** modern query response ([3f847eb](https://github.com/ydb-platform/ydb-embedded-ui/commit/3f847eb23fe1fca216e2026764a897cbafd56a38))
43
+ * **UserSettings:** save invertedDisks as string ([d41dcc6](https://github.com/ydb-platform/ydb-embedded-ui/commit/d41dcc68d4eff47ddb54781e1bbd8192ba669500))
44
+
3
45
  ## [1.14.2](https://github.com/ydb-platform/ydb-embedded-ui/compare/v1.14.1...v1.14.2) (2022-09-19)
4
46
 
5
47
 
@@ -0,0 +1,15 @@
1
+ <svg width="260" height="260" viewBox="0 0 520 520" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.1" d="M228.637 445C217.178 445.049 206.065 441.074 197.233 433.768L28.4227 288.499C24.7711 285.319 22.4943 280.846 22.0715 276.02C21.6487 271.195 23.1128 266.393 26.1557 262.626L65.3512 214.612C66.9235 212.684 68.8667 211.091 71.0657 209.927C73.2646 208.764 75.6745 208.055 78.1525 207.841C80.6305 207.627 83.1263 207.913 85.4917 208.682C87.8572 209.452 90.0443 210.688 91.9234 212.319L223.682 326.793L435.516 94.088C438.811 90.4596 443.405 88.2807 448.298 88.0253C453.191 87.7699 457.987 89.4587 461.642 92.7243L507.824 134.205C509.647 135.841 511.129 137.821 512.184 140.032C513.24 142.243 513.849 144.64 513.975 147.087C514.102 149.534 513.744 151.982 512.922 154.29C512.101 156.598 510.831 158.721 509.187 160.536L265.553 428.549C260.881 433.709 255.185 437.838 248.829 440.671C242.472 443.503 235.595 444.978 228.637 445Z" fill="#509CF5"/>
3
+ <path d="M412.933 102.332H294.933C289.433 102.332 284.933 106.832 284.933 112.332V315.432C284.933 320.932 289.433 325.432 294.933 325.432H446.433C451.933 325.432 456.433 320.932 456.433 315.432V133.732L429.933 107.332" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4.01 10.02"/>
4
+ <path d="M425.033 102.332V104.332" stroke="#00E6C5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M425.033 115.031V126.331C425.033 130.431 428.333 133.731 432.433 133.731H449.033" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4.27 10.68"/>
6
+ <path d="M454.333 133.73H456.333" stroke="#00E6C5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M77 397.052L89.1 409L110 388" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4.84211" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M125 398C125 416.775 109.775 432 91 432C72.2252 432 57 416.775 57 398C57 379.225 72.2252 364 91 364C109.775 364 125 379.225 125 398Z" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4.84211" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4.84 12.11"/>
9
+ <path d="M147.5 119C147.5 117.895 146.605 117 145.5 117C144.395 117 143.5 117.895 143.5 119H147.5ZM143.5 129.8C143.5 130.905 144.395 131.8 145.5 131.8C146.605 131.8 147.5 130.905 147.5 129.8H143.5ZM147.5 152.5C147.5 151.395 146.605 150.5 145.5 150.5C144.395 150.5 143.5 151.395 143.5 152.5H147.5ZM143.5 164.2C143.5 165.305 144.395 166.2 145.5 166.2C146.605 166.2 147.5 165.305 147.5 164.2H143.5ZM168.1 143.602C169.205 143.602 170.1 142.706 170.1 141.602C170.1 140.497 169.205 139.602 168.1 139.602V143.602ZM157.2 139.602C156.096 139.602 155.2 140.497 155.2 141.602C155.2 142.706 156.096 143.602 157.2 143.602V139.602ZM133.7 143.602C134.805 143.602 135.7 142.706 135.7 141.602C135.7 140.497 134.805 139.602 133.7 139.602V143.602ZM122.9 139.602C121.795 139.602 120.9 140.497 120.9 141.602C120.9 142.706 121.795 143.602 122.9 143.602V139.602ZM143.5 119V129.8H147.5V119H143.5ZM143.5 152.5V164.2H147.5V152.5H143.5ZM168.1 139.602H157.2V143.602H168.1V139.602ZM133.7 139.602H122.9V143.602H133.7V139.602Z" fill="#2EE5C0" fill-opacity="0.8"/>
10
+ <path d="M406.3 397.5C406.3 396.395 405.405 395.5 404.3 395.5C403.195 395.5 402.3 396.395 402.3 397.5H406.3ZM402.3 403.1C402.3 404.205 403.195 405.1 404.3 405.1C405.405 405.1 406.3 404.205 406.3 403.1H402.3ZM406.3 414.898C406.3 413.794 405.405 412.898 404.3 412.898C403.195 412.898 402.3 413.794 402.3 414.898H406.3ZM402.3 420.998C402.3 422.103 403.195 422.998 404.3 422.998C405.405 422.998 406.3 422.103 406.3 420.998H402.3ZM416.1 411.2C417.205 411.2 418.1 410.305 418.1 409.2C418.1 408.095 417.205 407.2 416.1 407.2V411.2ZM410.4 407.2C409.295 407.2 408.4 408.095 408.4 409.2C408.4 410.305 409.295 411.2 410.4 411.2V407.2ZM398.2 411.2C399.305 411.2 400.2 410.305 400.2 409.2C400.2 408.095 399.305 407.2 398.2 407.2V411.2ZM392.5 407.2C391.395 407.2 390.5 408.095 390.5 409.2C390.5 410.305 391.395 411.2 392.5 411.2V407.2ZM402.3 397.5V403.1H406.3V397.5H402.3ZM402.3 414.898V420.998H406.3V414.898H402.3ZM416.1 407.2H410.4V411.2H416.1V407.2ZM398.2 407.2H392.5V411.2H398.2V407.2Z" fill="#2EE5C0" fill-opacity="0.8"/>
11
+ <path d="M186 385.667V394.833C186 397.264 185.012 399.596 183.254 401.315C181.496 403.034 179.111 404 176.625 404H121C115.477 404 111 399.523 111 394V249C111 243.477 115.477 239 121 239H176.625C179.111 239 181.496 239.966 183.254 241.685C185.012 243.404 186 245.736 186 248.167V385.667Z" fill="#0067C1"/>
12
+ <path d="M177.143 375.273V384.637C177.143 387.12 176.153 389.501 174.392 391.257C172.63 393.013 170.241 394 167.75 394H112C106.477 394 102 389.522 102 384V235.465C102 229.942 106.477 225.465 112 225.465H167.75C170.241 225.465 172.63 226.451 174.392 228.207C176.153 229.963 177.143 232.345 177.143 234.828V375.273Z" fill="#007CE9"/>
13
+ <path d="M292.385 235.185C291.545 236.543 292.529 238.321 294.126 238.321H375.327C379.067 238.242 382.784 238.917 386.255 240.305C389.726 241.693 392.879 243.765 395.524 246.398C398.169 249.031 400.252 252.169 401.646 255.623C403.041 259.078 403.718 262.778 403.639 266.5C403.639 294.679 394.201 398 356.452 398H242.081C230.712 398 219.806 393.497 211.748 385.477L206.04 379.797C205.665 379.424 205.158 379.214 204.629 379.214H191.299H179.143C178.038 379.214 177.143 378.319 177.143 377.214V239.495C177.143 238.847 177.668 238.321 178.317 238.321C195.697 238.321 212.371 231.438 224.69 219.177L233.949 209.961C240.092 203.848 245.391 196.942 249.705 189.426L267.012 159.283C275.636 144.262 293.887 133.185 306.212 145.354C312.929 151.987 316.741 160.994 316.815 170.411C316.815 171.538 316.721 172.665 316.626 173.886C314.302 197.951 298.104 225.943 292.385 235.185Z" fill="#FFCC00"/>
14
+ <path d="M356.457 369.801H237.651C229.12 369.801 220.937 366.421 214.893 360.401C208.849 354.381 200.666 351.001 192.135 351.001H177.143V379.2H192.135C200.666 379.2 208.849 382.58 214.893 388.6C220.937 394.62 229.12 398 237.651 398H356.457C394.207 398 403.645 294.601 403.645 266.402C403.645 263.723 403.328 261.054 402.701 258.449C399.568 298.831 387.743 369.801 356.457 369.801Z" fill="#DEB700"/>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="260" height="260" viewBox="0 0 520 520" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.1" d="M228.637 445C217.178 445.049 206.065 441.074 197.233 433.768L28.4227 288.499C24.7711 285.319 22.4943 280.846 22.0715 276.02C21.6487 271.195 23.1128 266.393 26.1557 262.626L65.3512 214.612C66.9235 212.684 68.8667 211.091 71.0657 209.927C73.2646 208.764 75.6745 208.055 78.1525 207.841C80.6305 207.627 83.1263 207.913 85.4917 208.682C87.8572 209.452 90.0443 210.688 91.9234 212.319L223.682 326.793L435.516 94.088C438.811 90.4596 443.405 88.2807 448.298 88.0253C453.191 87.7699 457.987 89.4587 461.642 92.7243L507.824 134.205C509.647 135.841 511.129 137.821 512.184 140.032C513.24 142.243 513.849 144.64 513.975 147.087C514.102 149.534 513.744 151.982 512.922 154.29C512.101 156.598 510.831 158.721 509.187 160.536L265.553 428.549C260.881 433.709 255.185 437.838 248.829 440.671C242.472 443.503 235.595 444.978 228.637 445Z" fill="#509CF5"/>
3
+ <path d="M412.933 102.332H294.933C289.433 102.332 284.933 106.832 284.933 112.332V315.432C284.933 320.932 289.433 325.432 294.933 325.432H446.433C451.933 325.432 456.433 320.932 456.433 315.432V133.732L429.933 107.332" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4.01 10.02"/>
4
+ <path d="M425.033 102.332V104.332" stroke="#00E6C5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M425.033 115.031V126.331C425.033 130.431 428.333 133.731 432.433 133.731H449.033" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4.27 10.68"/>
6
+ <path d="M454.333 133.73H456.333" stroke="#00E6C5" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M77 397.052L89.1 409L110 388" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4.84211" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M125 398C125 416.775 109.775 432 91 432C72.2252 432 57 416.775 57 398C57 379.225 72.2252 364 91 364C109.775 364 125 379.225 125 398Z" stroke="#00E6C5" stroke-opacity="0.8" stroke-width="4.84211" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="4.84 12.11"/>
9
+ <path d="M147.5 119C147.5 117.895 146.605 117 145.5 117C144.395 117 143.5 117.895 143.5 119H147.5ZM143.5 129.8C143.5 130.905 144.395 131.8 145.5 131.8C146.605 131.8 147.5 130.905 147.5 129.8H143.5ZM147.5 152.5C147.5 151.395 146.605 150.5 145.5 150.5C144.395 150.5 143.5 151.395 143.5 152.5H147.5ZM143.5 164.2C143.5 165.305 144.395 166.2 145.5 166.2C146.605 166.2 147.5 165.305 147.5 164.2H143.5ZM168.1 143.602C169.205 143.602 170.1 142.706 170.1 141.602C170.1 140.497 169.205 139.602 168.1 139.602V143.602ZM157.2 139.602C156.096 139.602 155.2 140.497 155.2 141.602C155.2 142.706 156.096 143.602 157.2 143.602V139.602ZM133.7 143.602C134.805 143.602 135.7 142.706 135.7 141.602C135.7 140.497 134.805 139.602 133.7 139.602V143.602ZM122.9 139.602C121.795 139.602 120.9 140.497 120.9 141.602C120.9 142.706 121.795 143.602 122.9 143.602V139.602ZM143.5 119V129.8H147.5V119H143.5ZM143.5 152.5V164.2H147.5V152.5H143.5ZM168.1 139.602H157.2V143.602H168.1V139.602ZM133.7 139.602H122.9V143.602H133.7V139.602Z" fill="#2EE5C0" fill-opacity="0.8"/>
10
+ <path d="M406.3 397.5C406.3 396.395 405.405 395.5 404.3 395.5C403.195 395.5 402.3 396.395 402.3 397.5H406.3ZM402.3 403.1C402.3 404.205 403.195 405.1 404.3 405.1C405.405 405.1 406.3 404.205 406.3 403.1H402.3ZM406.3 414.898C406.3 413.794 405.405 412.898 404.3 412.898C403.195 412.898 402.3 413.794 402.3 414.898H406.3ZM402.3 420.998C402.3 422.103 403.195 422.998 404.3 422.998C405.405 422.998 406.3 422.103 406.3 420.998H402.3ZM416.1 411.2C417.205 411.2 418.1 410.305 418.1 409.2C418.1 408.095 417.205 407.2 416.1 407.2V411.2ZM410.4 407.2C409.295 407.2 408.4 408.095 408.4 409.2C408.4 410.305 409.295 411.2 410.4 411.2V407.2ZM398.2 411.2C399.305 411.2 400.2 410.305 400.2 409.2C400.2 408.095 399.305 407.2 398.2 407.2V411.2ZM392.5 407.2C391.395 407.2 390.5 408.095 390.5 409.2C390.5 410.305 391.395 411.2 392.5 411.2V407.2ZM402.3 397.5V403.1H406.3V397.5H402.3ZM402.3 414.898V420.998H406.3V414.898H402.3ZM416.1 407.2H410.4V411.2H416.1V407.2ZM398.2 407.2H392.5V411.2H398.2V407.2Z" fill="#2EE5C0" fill-opacity="0.8"/>
11
+ <path d="M186 385.667V394.833C186 397.264 185.012 399.596 183.254 401.315C181.496 403.034 179.111 404 176.625 404H121C115.477 404 111 399.523 111 394V249C111 243.477 115.477 239 121 239H176.625C179.111 239 181.496 239.966 183.254 241.685C185.012 243.404 186 245.736 186 248.167V385.667Z" fill="#0067C1"/>
12
+ <path d="M177.143 375.273V384.637C177.143 387.12 176.153 389.501 174.392 391.257C172.63 393.013 170.241 394 167.75 394H112C106.477 394 102 389.522 102 384V235.465C102 229.942 106.477 225.465 112 225.465H167.75C170.241 225.465 172.63 226.451 174.392 228.207C176.153 229.963 177.143 232.345 177.143 234.828V375.273Z" fill="#007CE9"/>
13
+ <path d="M292.385 235.185C291.545 236.543 292.529 238.321 294.126 238.321H375.327C379.067 238.242 382.784 238.917 386.255 240.305C389.726 241.693 392.879 243.765 395.524 246.398C398.169 249.031 400.252 252.169 401.646 255.623C403.041 259.078 403.718 262.778 403.639 266.5C403.639 294.679 394.201 398 356.452 398H242.081C230.712 398 219.806 393.497 211.748 385.477L206.04 379.797C205.665 379.424 205.158 379.214 204.629 379.214H191.299H179.143C178.038 379.214 177.143 378.319 177.143 377.214V239.495C177.143 238.847 177.668 238.321 178.317 238.321C195.697 238.321 212.371 231.438 224.69 219.177L233.949 209.961C240.092 203.848 245.391 196.942 249.705 189.426L267.012 159.283C275.636 144.262 293.887 133.185 306.212 145.354C312.929 151.987 316.741 160.994 316.815 170.411C316.815 171.538 316.721 172.665 316.626 173.886C314.302 197.951 298.104 225.943 292.385 235.185Z" fill="#FFCC00"/>
14
+ <path d="M356.457 369.801H237.651C229.12 369.801 220.937 366.421 214.893 360.401C208.849 354.381 200.666 351.001 192.135 351.001H177.143V379.2H192.135C200.666 379.2 208.849 382.58 214.893 388.6C220.937 394.62 229.12 398 237.651 398H356.457C394.207 398 403.645 294.601 403.645 266.402C403.645 263.723 403.328 261.054 402.701 258.449C399.568 298.831 387.743 369.801 356.457 369.801Z" fill="#DEB700"/>
15
+ </svg>
@@ -3,7 +3,7 @@ import block from 'bem-cn-lite';
3
3
  import noop from 'lodash/noop';
4
4
  import throttle from 'lodash/throttle';
5
5
 
6
- import {Button, Icon} from '@yandex-cloud/uikit';
6
+ import {Button, Icon} from '@gravity-ui/uikit';
7
7
 
8
8
  import {Drawer, DrawerItem} from './Drawer';
9
9
  import {Logo, LogoProps} from './Logo/Logo';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
- import {Icon, Popup, PopupPlacement, PopupProps} from '@yandex-cloud/uikit';
3
+ import {Icon, Popup, PopupPlacement, PopupProps} from '@gravity-ui/uikit';
4
4
 
5
5
  import {AsideHeaderTooltip} from '../AsideHeaderTooltip/AsideHeaderTooltip';
6
6
  import {AsideHeaderFooterSlot, SlotName} from '../AsideHeaderFooterSlot/AsideHeaderFooterSlot';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
- import {Popup, PopupPlacement} from '@yandex-cloud/uikit';
3
+ import {Popup, PopupPlacement} from '@gravity-ui/uikit';
4
4
  import './AsideHeaderTooltip.scss';
5
5
 
6
6
  const b = block('nv-aside-header-tooltip');
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
3
  import AutoSizer from 'react-virtualized-auto-sizer';
4
- import {List, Icon, Popup, PopupPlacement} from '@yandex-cloud/uikit';
4
+ import {List, Icon, Popup, PopupPlacement} from '@gravity-ui/uikit';
5
5
 
6
6
  import {AsideHeaderMenuItem} from '../types';
7
7
  import i18n from '../i18n';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
- import {Button, Icon} from '@yandex-cloud/uikit';
3
+ import {Button, Icon} from '@gravity-ui/uikit';
4
4
 
5
5
  import './Logo.scss';
6
6
 
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
3
  import i18n from './i18n';
4
4
 
5
- import {IconProps, Loader} from '@yandex-cloud/uikit';
5
+ import {IconProps, Loader} from '@gravity-ui/uikit';
6
6
  import {SettingsSearch} from './SettingsSearch/SettingsSearch';
7
7
  import {SettingsMenu, SettingsMenuItems, SettingsMenuInstance} from './SettingsMenu/SettingsMenu';
8
8
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
3
 
4
- import {Icon, IconProps, Link} from '@yandex-cloud/uikit';
4
+ import {Icon, IconProps, Link} from '@gravity-ui/uikit';
5
5
 
6
6
  import {useCurrent, useStableCallback} from '../helpers';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import block from 'bem-cn-lite';
3
- import {TextInput} from '@yandex-cloud/uikit';
3
+ import {TextInput} from '@gravity-ui/uikit';
4
4
 
5
5
  import i18n from '../i18n';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import {IconProps} from '@yandex-cloud/uikit';
2
+ import {IconProps} from '@gravity-ui/uikit';
3
3
  import {invariant} from './helpers';
4
4
 
5
5
  type SettingsMenu = (SettingsMenuGroup | SettingsMenuItem)[];
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import cn from 'bem-cn-lite';
4
- import {Breadcrumbs as BreadcrumbsUiKit} from '@yandex-cloud/uikit';
4
+ import {Breadcrumbs as BreadcrumbsUiKit} from '@gravity-ui/uikit';
5
5
 
6
6
  import './Breadcrumbs.scss';
7
7
 
@@ -27,7 +27,7 @@ import {TxAllocator} from '../../utils/constants';
27
27
 
28
28
  import './ClusterInfo.scss';
29
29
  import {AutoFetcher} from '../../utils/autofetcher';
30
- import {Link, Loader} from '@yandex-cloud/uikit';
30
+ import {Link, Loader} from '@gravity-ui/uikit';
31
31
  //@ts-ignore
32
32
  import Icon from '../Icon/Icon';
33
33
  import {setHeader} from '../../store/reducers/header';
@@ -1,6 +1,6 @@
1
1
  import {useState, useEffect, useRef} from 'react';
2
2
  import block from 'bem-cn-lite';
3
- import {ArrowToggle, Button} from '@yandex-cloud/uikit';
3
+ import {ArrowToggle, Button} from '@gravity-ui/uikit';
4
4
 
5
5
  import './Collapse.scss';
6
6
 
@@ -1,4 +1,4 @@
1
- import {Button, CopyToClipboard as CopyToClipboardUiKit} from '@yandex-cloud/uikit';
1
+ import {Button, CopyToClipboard as CopyToClipboardUiKit} from '@gravity-ui/uikit';
2
2
  import createToast from '../../utils/createToast';
3
3
  //@ts-ignore
4
4
  import Icon from '../Icon/Icon';
@@ -1,7 +1,7 @@
1
1
  import {useState} from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import cn from 'bem-cn-lite';
4
- import {Dialog} from '@yandex-cloud/uikit';
4
+ import {Dialog} from '@gravity-ui/uikit';
5
5
  import Icon from '../Icon/Icon';
6
6
 
7
7
  import './CriticalActionDialog.scss';
@@ -10,7 +10,6 @@
10
10
  grid-template-areas:
11
11
  'image title'
12
12
  'image description'
13
- 'image description'
14
13
  'image actions';
15
14
  &_size_s {
16
15
  width: 460px;
@@ -1,4 +1,4 @@
1
- import {Button} from '@yandex-cloud/uikit';
1
+ import {Button} from '@gravity-ui/uikit';
2
2
  import {useDispatch} from 'react-redux';
3
3
  import {enableFullscreen} from '../../store/reducers/fullscreen';
4
4
  import Icon from '../Icon/Icon';
@@ -2,10 +2,22 @@ import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import cn from 'bem-cn-lite';
4
4
  import {Link} from 'react-router-dom';
5
- import {ClipboardButton, Link as ExternalLink, Button} from '@yandex-cloud/uikit';
5
+ import {ClipboardButton, Link as ExternalLink, Button, Icon} from '@gravity-ui/uikit';
6
+
7
+ import circleInfoIcon from '../../assets/icons/circle-info.svg';
8
+ import circleExclamationIcon from '../../assets/icons/circle-exclamation.svg';
9
+ import triangleExclamationIcon from '../../assets/icons/triangle-exclamation.svg';
10
+ import circleTimesIcon from '../../assets/icons/circle-xmark.svg';
6
11
 
7
12
  import './EntityStatus.scss';
8
13
 
14
+ const icons = {
15
+ BLUE: circleInfoIcon,
16
+ YELLOW: circleExclamationIcon,
17
+ ORANGE: triangleExclamationIcon,
18
+ RED: circleTimesIcon,
19
+ };
20
+
9
21
  const b = cn('entity-status');
10
22
 
11
23
  class EntityStatus extends React.Component {
@@ -22,6 +34,7 @@ class EntityStatus extends React.Component {
22
34
  showStatus: PropTypes.bool,
23
35
  externalLink: PropTypes.bool,
24
36
  className: PropTypes.string,
37
+ mode: PropTypes.oneOf(['color', 'icons']),
25
38
  };
26
39
 
27
40
  static defaultProps = {
@@ -31,15 +44,27 @@ class EntityStatus extends React.Component {
31
44
  label: '',
32
45
  showStatus: true,
33
46
  externalLink: false,
47
+ mode: 'color',
34
48
  };
35
49
  renderIcon() {
36
- const {status, size, showStatus} = this.props;
50
+ const {status, size, showStatus, mode} = this.props;
37
51
 
38
52
  if (!showStatus) {
39
53
  return null;
40
54
  }
41
55
 
42
- return <div className={b('status-icon', {state: status.toLowerCase(), size})} />;
56
+ const modifiers = {state: status.toLowerCase(), size};
57
+
58
+ if (mode === 'icons' && icons[status]) {
59
+ return (
60
+ <Icon
61
+ className={b('status-icon', modifiers)}
62
+ data={icons[status]}
63
+ />
64
+ );
65
+ }
66
+
67
+ return <div className={b('status-color', modifiers)} />;
43
68
  }
44
69
  renderStatusLink() {
45
70
  const {iconPath} = this.props;
@@ -57,6 +57,7 @@
57
57
  white-space: nowrap;
58
58
  }
59
59
 
60
+ &__status-color,
60
61
  &__status-icon {
61
62
  margin-right: 8px;
62
63
 
@@ -64,19 +65,24 @@
64
65
  &_size_xs {
65
66
  aspect-ratio: 1;
66
67
 
68
+ width: 12px;
67
69
  height: 12px;
68
70
  }
69
71
  &_size_s {
70
72
  aspect-ratio: 1;
71
73
 
74
+ width: 16px;
72
75
  height: 16px;
73
76
  }
74
77
  &_size_m {
75
78
  aspect-ratio: 1;
76
79
 
80
+ width: 18px;
77
81
  height: 18px;
78
82
  }
83
+ }
79
84
 
85
+ &__status-color {
80
86
  &_state_running,
81
87
  &_state_green {
82
88
  background-color: var(--yc-color-infographics-positive-heavy);
@@ -96,7 +102,22 @@
96
102
  background: var(--yc-color-text-complementary);
97
103
  }
98
104
  &_state_orange {
99
- background: var(--yc-color-text-warning-heavy);
105
+ background: var(--yc-color-base-warning-orange);
106
+ }
107
+ }
108
+
109
+ &__status-icon {
110
+ &_state_blue {
111
+ color: var(--yc-color-infographics-info-heavy);
112
+ }
113
+ &_state_yellow {
114
+ color: var(--yc-color-infographics-warning-heavy);
115
+ }
116
+ &_state_orange {
117
+ color: var(--yc-color-base-warning-orange);
118
+ }
119
+ &_state_red {
120
+ color: var(--yc-color-infographics-danger-heavy);
100
121
  }
101
122
  }
102
123
 
@@ -1,7 +1,7 @@
1
1
  import React, {useEffect} from 'react';
2
2
  import ReactDOM from 'react-dom';
3
3
 
4
- import {Button} from '@yandex-cloud/uikit';
4
+ import {Button} from '@gravity-ui/uikit';
5
5
  import cn from 'bem-cn-lite';
6
6
 
7
7
  import {useDispatch} from 'react-redux';
@@ -1,5 +1,5 @@
1
1
  import PropTypes from 'prop-types';
2
- import {Icon as UiKitIcon} from '@yandex-cloud/uikit';
2
+ import {Icon as UiKitIcon} from '@gravity-ui/uikit';
3
3
 
4
4
  export default function Icon({name, height, width, viewBox, className, onClick}) {
5
5
  return (
@@ -1,6 +1,6 @@
1
1
  import {useEffect, useState} from 'react';
2
2
  import cn from 'bem-cn-lite';
3
- import {useThemeValue} from '@yandex-cloud/uikit';
3
+ import {useThemeValue} from '@gravity-ui/uikit';
4
4
 
5
5
  export interface IllustrationProps {
6
6
  name: string;
@@ -12,9 +12,11 @@ type IllustrationStore = Record<string, Record<string, () => Promise<{default: a
12
12
  const store: IllustrationStore = {
13
13
  light: {
14
14
  403: () => import('../../assets/illustrations/light/403.svg'),
15
+ thumbsUp: () => import('../../assets/illustrations/light/thumbsUp.svg'),
15
16
  },
16
17
  dark: {
17
18
  403: () => import('../../assets/illustrations/dark/403.svg'),
19
+ thumbsUp: () => import('../../assets/illustrations/light/thumbsUp.svg'),
18
20
  },
19
21
  };
20
22
 
@@ -1,5 +1,5 @@
1
1
  import cn from 'bem-cn-lite';
2
- import {Loader as KitLoader, LoaderSize} from '@yandex-cloud/uikit';
2
+ import {Loader as KitLoader, LoaderSize} from '@gravity-ui/uikit';
3
3
 
4
4
  import './Loader.scss';
5
5
 
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import _ from 'lodash';
5
5
  import {connect} from 'react-redux';
6
6
 
7
- import {TextInput, Label} from '@yandex-cloud/uikit';
7
+ import {TextInput, Label} from '@gravity-ui/uikit';
8
8
  import DataTable from '@yandex-cloud/react-data-table';
9
9
 
10
10
  import ProblemFilter, {problemFilterType} from '../ProblemFilter/ProblemFilter';
@@ -16,6 +16,8 @@ import {changeFilter} from '../../store/reducers/settings';
16
16
  import {hideTooltip, showTooltip} from '../../store/reducers/tooltip';
17
17
  import {getNodesColumns} from '../../utils/getNodesColumns';
18
18
 
19
+ import {Illustration} from '../Illustration';
20
+
19
21
  import './NodesViewer.scss';
20
22
 
21
23
  const b = cn('nodes-viewer');
@@ -104,6 +106,7 @@ class NodesViewer extends React.PureComponent {
104
106
  text={searchQuery}
105
107
  onUpdate={handleSearchQuery}
106
108
  hasClear
109
+ autoFocus
107
110
  />
108
111
  <ProblemFilter value={filter} onChange={this.onChangeProblemFilter} />
109
112
  <Label theme="info" size="m">{`Nodes: ${nodesToShow.length}`}</Label>
@@ -138,7 +141,7 @@ class NodesViewer extends React.PureComponent {
138
141
  {showControls ? this.renderControls() : null}
139
142
  <div className={b('table-wrapper')}>
140
143
  {nodesToShow.length === 0 ? (
141
- <div className="no-problem" />
144
+ <Illustration name="thumbsUp" width="200" />
142
145
  ) : (
143
146
  <div className={b('table-content')}>
144
147
  <DataTable
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import cn from 'bem-cn-lite';
4
- import {Button} from '@yandex-cloud/uikit';
4
+ import {Button} from '@gravity-ui/uikit';
5
5
  import Icon from '../Icon/Icon';
6
6
  import Hotkey from '../Hotkey/Hotkey';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import PropTypes from 'prop-types';
2
2
 
3
- import {RadioButton} from '@yandex-cloud/uikit';
3
+ import {RadioButton} from '@gravity-ui/uikit';
4
4
 
5
5
  import {ALL, PROBLEMS} from '../../utils/constants';
6
6
 
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import cn from 'bem-cn-lite';
3
3
 
4
- import {Link} from '@yandex-cloud/uikit';
4
+ import {Link} from '@gravity-ui/uikit';
5
5
 
6
6
  import './ShortyString.scss';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import block from 'bem-cn-lite';
3
- import { Skeleton } from '@yandex-cloud/uikit';
3
+ import { Skeleton } from '@gravity-ui/uikit';
4
4
 
5
5
  import './TableSkeleton.scss';
6
6
 
@@ -1,7 +1,7 @@
1
1
  import {useDispatch} from 'react-redux';
2
2
  import cn from 'bem-cn-lite';
3
3
 
4
- import {Progress} from '@yandex-cloud/uikit';
4
+ import {Progress} from '@gravity-ui/uikit';
5
5
 
6
6
  import {hideTooltip, showTooltip} from '../../store/reducers/tooltip';
7
7
  import {COLORS_PRIORITY} from '../../utils/constants';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import {connect} from 'react-redux';
3
3
  import PropTypes from 'prop-types';
4
4
 
5
- import {configure as configureUiKit} from '@yandex-cloud/uikit';
5
+ import {configure as configureUiKit} from '@gravity-ui/uikit';
6
6
  import {configure as configureYdbUiComponents} from 'ydb-ui-components';
7
7
  import {i18n, Lang} from '../../utils/i18n';
8
8
 
@@ -129,16 +129,6 @@ body,
129
129
  display: flex;
130
130
  }
131
131
 
132
- .no-problem {
133
- min-width: 325px;
134
- height: 200px;
135
-
136
- background-image: url('data: image/svg+xml,%3Csvg%20width%3D%22520%22%20height%3D%22520%22%20viewBox%3D%220%200%20520%20520%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.1%22%20d%3D%22M228.637%20445C217.178%20445.049%20206.065%20441.074%20197.233%20433.768L28.4227%20288.499C24.7711%20285.319%2022.4943%20280.846%2022.0715%20276.02C21.6487%20271.195%2023.1128%20266.393%2026.1557%20262.626L65.3512%20214.612C66.9235%20212.684%2068.8667%20211.091%2071.0657%20209.927C73.2646%20208.764%2075.6745%20208.055%2078.1525%20207.841C80.6305%20207.627%2083.1263%20207.913%2085.4917%20208.682C87.8572%20209.452%2090.0443%20210.688%2091.9234%20212.319L223.682%20326.793L435.516%2094.088C438.811%2090.4596%20443.405%2088.2807%20448.298%2088.0253C453.191%2087.7699%20457.987%2089.4587%20461.642%2092.7243L507.824%20134.205C509.647%20135.841%20511.129%20137.821%20512.184%20140.032C513.24%20142.243%20513.849%20144.64%20513.975%20147.087C514.102%20149.534%20513.744%20151.982%20512.922%20154.29C512.101%20156.598%20510.831%20158.721%20509.187%20160.536L265.553%20428.549C260.881%20433.709%20255.185%20437.838%20248.829%20440.671C242.472%20443.503%20235.595%20444.978%20228.637%20445Z%22%20fill%3D%22%23509CF5%22%2F%3E%0A%3Cpath%20d%3D%22M412.933%20102.332H294.933C289.433%20102.332%20284.933%20106.832%20284.933%20112.332V315.432C284.933%20320.932%20289.433%20325.432%20294.933%20325.432H446.433C451.933%20325.432%20456.433%20320.932%20456.433%20315.432V133.732L429.933%20107.332%22%20stroke%3D%22%2300E6C5%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-dasharray%3D%224.01%2010.02%22%2F%3E%0A%3Cpath%20d%3D%22M425.033%20102.332V104.332%22%20stroke%3D%22%2300E6C5%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M425.033%20115.031V126.331C425.033%20130.431%20428.333%20133.731%20432.433%20133.731H449.033%22%20stroke%3D%22%2300E6C5%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-dasharray%3D%224.27%2010.68%22%2F%3E%0A%3Cpath%20d%3D%22M454.333%20133.73H456.333%22%20stroke%3D%22%2300E6C5%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M77%20397.052L89.1%20409L110%20388%22%20stroke%3D%22%2300E6C5%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%224.84211%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M125%20398C125%20416.775%20109.775%20432%2091%20432C72.2252%20432%2057%20416.775%2057%20398C57%20379.225%2072.2252%20364%2091%20364C109.775%20364%20125%20379.225%20125%20398Z%22%20stroke%3D%22%2300E6C5%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%224.84211%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-dasharray%3D%224.84%2012.11%22%2F%3E%0A%3Cpath%20d%3D%22M147.5%20119C147.5%20117.895%20146.605%20117%20145.5%20117C144.395%20117%20143.5%20117.895%20143.5%20119H147.5ZM143.5%20129.8C143.5%20130.905%20144.395%20131.8%20145.5%20131.8C146.605%20131.8%20147.5%20130.905%20147.5%20129.8H143.5ZM147.5%20152.5C147.5%20151.395%20146.605%20150.5%20145.5%20150.5C144.395%20150.5%20143.5%20151.395%20143.5%20152.5H147.5ZM143.5%20164.2C143.5%20165.305%20144.395%20166.2%20145.5%20166.2C146.605%20166.2%20147.5%20165.305%20147.5%20164.2H143.5ZM168.1%20143.602C169.205%20143.602%20170.1%20142.706%20170.1%20141.602C170.1%20140.497%20169.205%20139.602%20168.1%20139.602V143.602ZM157.2%20139.602C156.096%20139.602%20155.2%20140.497%20155.2%20141.602C155.2%20142.706%20156.096%20143.602%20157.2%20143.602V139.602ZM133.7%20143.602C134.805%20143.602%20135.7%20142.706%20135.7%20141.602C135.7%20140.497%20134.805%20139.602%20133.7%20139.602V143.602ZM122.9%20139.602C121.795%20139.602%20120.9%20140.497%20120.9%20141.602C120.9%20142.706%20121.795%20143.602%20122.9%20143.602V139.602ZM143.5%20119V129.8H147.5V119H143.5ZM143.5%20152.5V164.2H147.5V152.5H143.5ZM168.1%20139.602H157.2V143.602H168.1V139.602ZM133.7%20139.602H122.9V143.602H133.7V139.602Z%22%20fill%3D%22%232EE5C0%22%20fill-opacity%3D%220.8%22%2F%3E%0A%3Cpath%20d%3D%22M406.3%20397.5C406.3%20396.395%20405.405%20395.5%20404.3%20395.5C403.195%20395.5%20402.3%20396.395%20402.3%20397.5H406.3ZM402.3%20403.1C402.3%20404.205%20403.195%20405.1%20404.3%20405.1C405.405%20405.1%20406.3%20404.205%20406.3%20403.1H402.3ZM406.3%20414.898C406.3%20413.794%20405.405%20412.898%20404.3%20412.898C403.195%20412.898%20402.3%20413.794%20402.3%20414.898H406.3ZM402.3%20420.998C402.3%20422.103%20403.195%20422.998%20404.3%20422.998C405.405%20422.998%20406.3%20422.103%20406.3%20420.998H402.3ZM416.1%20411.2C417.205%20411.2%20418.1%20410.305%20418.1%20409.2C418.1%20408.095%20417.205%20407.2%20416.1%20407.2V411.2ZM410.4%20407.2C409.295%20407.2%20408.4%20408.095%20408.4%20409.2C408.4%20410.305%20409.295%20411.2%20410.4%20411.2V407.2ZM398.2%20411.2C399.305%20411.2%20400.2%20410.305%20400.2%20409.2C400.2%20408.095%20399.305%20407.2%20398.2%20407.2V411.2ZM392.5%20407.2C391.395%20407.2%20390.5%20408.095%20390.5%20409.2C390.5%20410.305%20391.395%20411.2%20392.5%20411.2V407.2ZM402.3%20397.5V403.1H406.3V397.5H402.3ZM402.3%20414.898V420.998H406.3V414.898H402.3ZM416.1%20407.2H410.4V411.2H416.1V407.2ZM398.2%20407.2H392.5V411.2H398.2V407.2Z%22%20fill%3D%22%232EE5C0%22%20fill-opacity%3D%220.8%22%2F%3E%0A%3Cpath%20d%3D%22M186%20385.667V394.833C186%20397.264%20185.012%20399.596%20183.254%20401.315C181.496%20403.034%20179.111%20404%20176.625%20404H121C115.477%20404%20111%20399.523%20111%20394V249C111%20243.477%20115.477%20239%20121%20239H176.625C179.111%20239%20181.496%20239.966%20183.254%20241.685C185.012%20243.404%20186%20245.736%20186%20248.167V385.667Z%22%20fill%3D%22%230067C1%22%2F%3E%0A%3Cpath%20d%3D%22M177.143%20375.273V384.637C177.143%20387.12%20176.153%20389.501%20174.392%20391.257C172.63%20393.013%20170.241%20394%20167.75%20394H112C106.477%20394%20102%20389.522%20102%20384V235.465C102%20229.942%20106.477%20225.465%20112%20225.465H167.75C170.241%20225.465%20172.63%20226.451%20174.392%20228.207C176.153%20229.963%20177.143%20232.345%20177.143%20234.828V375.273Z%22%20fill%3D%22%23007CE9%22%2F%3E%0A%3Cpath%20d%3D%22M292.385%20235.185C291.545%20236.543%20292.529%20238.321%20294.126%20238.321H375.327C379.067%20238.242%20382.784%20238.917%20386.255%20240.305C389.726%20241.693%20392.879%20243.765%20395.524%20246.398C398.169%20249.031%20400.252%20252.169%20401.646%20255.623C403.041%20259.078%20403.718%20262.778%20403.639%20266.5C403.639%20294.679%20394.201%20398%20356.452%20398H242.081C230.712%20398%20219.806%20393.497%20211.748%20385.477L206.04%20379.797C205.665%20379.424%20205.158%20379.214%20204.629%20379.214H191.299H179.143C178.038%20379.214%20177.143%20378.319%20177.143%20377.214V239.495C177.143%20238.847%20177.668%20238.321%20178.317%20238.321C195.697%20238.321%20212.371%20231.438%20224.69%20219.177L233.949%20209.961C240.092%20203.848%20245.391%20196.942%20249.705%20189.426L267.012%20159.283C275.636%20144.262%20293.887%20133.185%20306.212%20145.354C312.929%20151.987%20316.741%20160.994%20316.815%20170.411C316.815%20171.538%20316.721%20172.665%20316.626%20173.886C314.302%20197.951%20298.104%20225.943%20292.385%20235.185Z%22%20fill%3D%22%23FFCC00%22%2F%3E%0A%3Cpath%20d%3D%22M356.457%20369.801H237.651C229.12%20369.801%20220.937%20366.421%20214.893%20360.401C208.849%20354.381%20200.666%20351.001%20192.135%20351.001H177.143V379.2H192.135C200.666%20379.2%20208.849%20382.58%20214.893%20388.6C220.937%20394.62%20229.12%20398%20237.651%20398H356.457C394.207%20398%20403.645%20294.601%20403.645%20266.402C403.645%20263.723%20403.328%20261.054%20402.701%20258.449C399.568%20298.831%20387.743%20369.801%20356.457%20369.801Z%22%20fill%3D%22%23DEB700%22%2F%3E%0A%3C%2Fsvg%3E%0A');
137
- background-repeat: no-repeat;
138
- background-position: left;
139
- background-size: contain;
140
- }
141
-
142
132
  .yc-root .data-table_highlight-rows .data-table__row:hover {
143
133
  background: var(--yc-color-base-float-hover);
144
134
  }
@@ -3,7 +3,7 @@ import {Switch, Route, Redirect, Router} from 'react-router-dom';
3
3
  import cn from 'bem-cn-lite';
4
4
  import {connect} from 'react-redux';
5
5
 
6
- import {ThemeProvider} from '@yandex-cloud/uikit';
6
+ import {ThemeProvider} from '@gravity-ui/uikit';
7
7
 
8
8
  import routes, {createHref, CLUSTER_PAGES} from '../../routes';
9
9
 
@@ -1,7 +1,7 @@
1
1
  import {useState, useEffect} from 'react';
2
2
  import cn from 'bem-cn-lite';
3
3
 
4
- import {Button, Icon, Popup} from '@yandex-cloud/uikit';
4
+ import {Button, Icon, Popup} from '@gravity-ui/uikit';
5
5
  import closeIcon from '../../../assets/icons/close.svg';
6
6
 
7
7
  import {DATA_QA_TUNE_COLUMNS_POPUP} from '../../../utils/constants';
@@ -10,7 +10,7 @@ import {
10
10
  AsideHeaderMenuItem,
11
11
  SlotName,
12
12
  } from '../../components/AsideNavigation/AsideHeader';
13
- import {Icon, Button} from '@yandex-cloud/uikit';
13
+ import {Icon, Button} from '@gravity-ui/uikit';
14
14
  import signOutIcon from '../../assets/icons/signOut.svg';
15
15
  import signInIcon from '../../assets/icons/signIn.svg';
16
16
  import databaseIcon from '../../assets/icons/server.svg';
@@ -1,7 +1,7 @@
1
1
  import {KeyboardEvent, useEffect, useState} from 'react';
2
2
  import cn from 'bem-cn-lite';
3
3
  import {connect} from 'react-redux';
4
- import {Button, TextInput, Icon, Link as ExternalLink} from '@yandex-cloud/uikit';
4
+ import {Button, TextInput, Icon, Link as ExternalLink} from '@gravity-ui/uikit';
5
5
  //@ts-ignore
6
6
  import {authenticate} from '../../store/reducers/authentication';
7
7
 
@@ -4,7 +4,7 @@ import cn from 'bem-cn-lite';
4
4
  import {connect} from 'react-redux';
5
5
  import {getGroupInfo, clearStore} from '../../store/reducers/group';
6
6
  import FullGroupViewer from '../../components/FullGroupViewer/FullGroupViewer';
7
- import {Loader} from '@yandex-cloud/uikit';
7
+ import {Loader} from '@gravity-ui/uikit';
8
8
  import {GROUP_AUTO_RELOAD_INTERVAL} from '../../utils/constants';
9
9
  import './Group.scss';
10
10
 
@@ -2,7 +2,7 @@ import React, {useEffect} from 'react';
2
2
  import {useDispatch, useSelector} from 'react-redux';
3
3
  import cn from 'bem-cn-lite';
4
4
  import {useHistory, useLocation} from 'react-router';
5
- import {Breadcrumbs, BreadcrumbsItem, Link} from '@yandex-cloud/uikit';
5
+ import {Breadcrumbs, BreadcrumbsItem, Link} from '@gravity-ui/uikit';
6
6
 
7
7
  import Divider from '../../components/Divider/Divider';
8
8
  //@ts-ignore
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import cn from 'bem-cn-lite';
4
4
 
5
- import {Link as ExternalLink} from '@yandex-cloud/uikit';
5
+ import {Link as ExternalLink} from '@gravity-ui/uikit';
6
6
 
7
7
  import EntityStatus from '../../../components/EntityStatus/EntityStatus';
8
8
  import {Tag} from '../../../components/Tag/Tag';