We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbfb51 commit 67f0b69Copy full SHA for 67f0b69
pkg/ui/src/views/reports/containers/range/logTable.tsx
@@ -37,6 +37,8 @@ function printLogEventType(
37
return "Remove";
38
case protos.cockroach.storage.RangeLogEventType.split:
39
return "Split";
40
+ case protos.cockroach.storage.RangeLogEventType.merge:
41
+ return "Merge";
42
default:
43
return "Unknown";
44
}
0 commit comments