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