You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/containers/UserSettings/i18n/en.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,6 @@
15
15
"settings.useNodesEndpoint.title": "Break the Nodes tab in Diagnostics",
16
16
"settings.useNodesEndpoint.popover": "Use /viewer/json/nodes endpoint for Nodes Tab in diagnostics. It returns incorrect data on versions before 23-1",
17
17
18
-
"settings.enableQueryModesForExplain.title": "Enable query modes for explain",
19
-
"settings.enableQueryModesForExplain.popover": "Enable script | scan query mode selector for both run and explain. May not work on versions before 23-2"
Copy file name to clipboardExpand all lines: src/containers/UserSettings/i18n/ru.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,6 @@
15
15
"settings.useNodesEndpoint.title": "Сломать вкладку Nodes в диагностике",
16
16
"settings.useNodesEndpoint.popover": "Использовать эндпоинт /viewer/json/nodes для вкладки Nodes в диагностике. Может возвращать некорректные данные на версиях до 23-1",
17
17
18
-
"settings.enableQueryModesForExplain.title": "Включить режимы выполнения запроса для explain",
19
-
"settings.enableQueryModesForExplain.popover": "Включить общий переключатель script | scan для run и explain. Может работать некорректно на версиях до 23-2"
18
+
"settings.enableAdditionalQueryModes.title": "Включить дополнительные режимы выполнения запросов",
19
+
"settings.enableAdditionalQueryModes.popover": "Добавляет режимы 'data' и 'query' для run. Включает возможность выбрать режим выполнения запроса для explain. Может работать некорректно на некоторых версиях"
0 commit comments