show hollow circle when unavailable (#8819)

This commit is contained in:
Vadim Ogievetsky 2019-11-05 21:50:10 -08:00 committed by Fangjin Yang
parent 3b602da8f7
commit c2889ca4f4
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ GROUP BY 1`;
return (
<span>
<span style={{ color: DatasourcesView.PARTIALLY_AVAILABLE_COLOR }}>
&#x25cf;&nbsp;
{num_available_segments ? '\u25cf' : '\u25cb'}&nbsp;
</span>
{percentAvailable}% available ({segmentsEl}, {segmentsMissingEl})
</span>