mirror of https://github.com/apache/druid.git
show hollow circle when unavailable (#8819)
This commit is contained in:
parent
3b602da8f7
commit
c2889ca4f4
|
@ -831,7 +831,7 @@ GROUP BY 1`;
|
|||
return (
|
||||
<span>
|
||||
<span style={{ color: DatasourcesView.PARTIALLY_AVAILABLE_COLOR }}>
|
||||
●
|
||||
{num_available_segments ? '\u25cf' : '\u25cb'}
|
||||
</span>
|
||||
{percentAvailable}% available ({segmentsEl}, {segmentsMissingEl})
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue