|
@@ -44,7 +44,10 @@ const Broker: React.FC = () => {
|
|
<Metrics.Wrapper>
|
|
<Metrics.Wrapper>
|
|
<Metrics.Section>
|
|
<Metrics.Section>
|
|
<Metrics.Indicator label="Segment Size">
|
|
<Metrics.Indicator label="Segment Size">
|
|
- <BytesFormatted value={brokerDiskUsage?.segmentSize} precision={2} />
|
|
|
|
|
|
+ <BytesFormatted
|
|
|
|
+ value={brokerDiskUsage?.segmentSize}
|
|
|
|
+ precision={2}
|
|
|
|
+ />
|
|
</Metrics.Indicator>
|
|
</Metrics.Indicator>
|
|
<Metrics.Indicator label="Segment Count">
|
|
<Metrics.Indicator label="Segment Count">
|
|
{brokerDiskUsage?.segmentCount}
|
|
{brokerDiskUsage?.segmentCount}
|