+
+
+ ({
+ label: `Partition #${p.partition.toString()}`,
+ value: p.partition,
+ }))}
+ filterOptions={filterOptions}
+ value={selectedPartitions}
+ onChange={setSelectedPartitions}
+ labelledBy="Select partitions"
+ />
+
+ {isSeekTypeControlVisible && (
+ <>
+
+
+
+
+
+
+
+ {seekType === SeekType.OFFSET ? (
+ <>
+
+ setOffset(value)}
+ />
+ >
+ ) : (
+ <>
+
+ setTimestamp(date)}
+ showTimeInput
+ timeInputLabel="Time:"
+ dateFormat="MMMM d, yyyy HH:mm"
+ className="input"
+ />
+ >
+ )}
+
+ >
+ )}
+
+
+ setQuery(value)}
+ />
+
+
+ {isFetching ? (
+
+ ) : (
+
+ )}
+
+
+