show de in cluster

pull/41/head
accius 2 days ago
parent 6035566661
commit 585923b04f

@ -157,8 +157,8 @@ export const DXClusterPanel = ({
onMouseLeave={() => onHoverSpot?.(null)} onMouseLeave={() => onHoverSpot?.(null)}
style={{ style={{
display: 'grid', display: 'grid',
gridTemplateColumns: '60px 1fr auto', gridTemplateColumns: '55px 1fr 1fr auto',
gap: '8px', gap: '6px',
padding: '5px 6px', padding: '5px 6px',
borderRadius: '3px', borderRadius: '3px',
marginBottom: '2px', marginBottom: '2px',
@ -180,6 +180,16 @@ export const DXClusterPanel = ({
}}> }}>
{spot.call} {spot.call}
</div> </div>
<div style={{
color: 'var(--text-muted)',
fontSize: '10px',
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
alignSelf: 'center'
}}>
de {spot.spotter || '?'}
</div>
<div style={{ color: 'var(--text-muted)', fontSize: '10px' }}> <div style={{ color: 'var(--text-muted)', fontSize: '10px' }}>
{spot.time || ''} {spot.time || ''}
</div> </div>

Loading…
Cancel
Save

Powered by TurnKey Linux.