|
@@ -69,6 +69,7 @@ exports[`Brokers Component Brokers Empty matches Brokers Empty snapshot 1`] = `
|
|
|
onlinePartitionCount={0}
|
|
|
outOfSyncReplicasCount={0}
|
|
|
underReplicatedPartitionCount={0}
|
|
|
+ version="1"
|
|
|
zooKeeperStatus={0}
|
|
|
>
|
|
|
<div
|
|
@@ -179,6 +180,29 @@ exports[`Brokers Component Brokers Empty matches Brokers Empty snapshot 1`] = `
|
|
|
</div>
|
|
|
</div>
|
|
|
</Indicator>
|
|
|
+ <Indicator
|
|
|
+ className="is-one-third"
|
|
|
+ label="Version"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ className="level-item is-one-third"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ title="Version"
|
|
|
+ >
|
|
|
+ <p
|
|
|
+ className="heading"
|
|
|
+ >
|
|
|
+ Version
|
|
|
+ </p>
|
|
|
+ <p
|
|
|
+ className="title has-text-centered"
|
|
|
+ >
|
|
|
+ 1
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </Indicator>
|
|
|
</div>
|
|
|
</div>
|
|
|
</MetricsWrapper>
|
|
@@ -400,6 +424,7 @@ exports[`Brokers Component Brokers matches snapshot 1`] = `
|
|
|
onlinePartitionCount={64}
|
|
|
outOfSyncReplicasCount={0}
|
|
|
underReplicatedPartitionCount={0}
|
|
|
+ version="1"
|
|
|
zooKeeperStatus={1}
|
|
|
>
|
|
|
<div
|
|
@@ -510,6 +535,29 @@ exports[`Brokers Component Brokers matches snapshot 1`] = `
|
|
|
</div>
|
|
|
</div>
|
|
|
</Indicator>
|
|
|
+ <Indicator
|
|
|
+ className="is-one-third"
|
|
|
+ label="Version"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ className="level-item is-one-third"
|
|
|
+ >
|
|
|
+ <div
|
|
|
+ title="Version"
|
|
|
+ >
|
|
|
+ <p
|
|
|
+ className="heading"
|
|
|
+ >
|
|
|
+ Version
|
|
|
+ </p>
|
|
|
+ <p
|
|
|
+ className="title has-text-centered"
|
|
|
+ >
|
|
|
+ 1
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </Indicator>
|
|
|
</div>
|
|
|
</div>
|
|
|
</MetricsWrapper>
|