We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0daf1d8 commit 1f28524Copy full SHA for 1f28524
src/containers/Tenant/Diagnostics/TopQueries/columns/i18n/en.json
@@ -1,13 +1,13 @@
1
{
2
- "cpu-time": "CPUTime",
3
- "read-rows": "ReadRows",
4
- "read-bytes": "ReadBytes",
5
- "query-hash": "QueryHash",
+ "cpu-time": "CPU Time",
+ "read-rows": "Read Rows",
+ "read-bytes": "Read Bytes",
+ "query-hash": "Query Hash",
6
"user": "User",
7
"start-time": "Start time",
8
"end-time": "End time",
9
"duration": "Duration",
10
"query-text": "Query text",
11
"application": "Application",
12
- "request-units": "RequestUnits"
+ "request-units": "Request Units"
13
}
0 commit comments