{{ i + 1 }} |
{{ host.active ? '⭐️' : host.flag }} |
{{ host.link }} |
{{ getLastUpdateSeconds(host) }} |
{{ (host.rtt / 1000) | number : '1.1-1' }} {{ host.rtt == null ? '' : 's'}} {{ !host.checked ? '⏳' : (host.unreachable ? '🔥' : '✅') }} |
{{ host.rtt | number : '1.0-0' }} {{ host.rtt == null ? '' : 'ms'}} {{ !host.checked ? '⏳' : (host.unreachable ? '🔥' : '✅') }} |
{{ host.latestHeight }} {{ !host.checked ? '⏳' : (host.outOfSync ? '🚫' : (host.latestHeight && host.latestHeight < maxHeight ? '🟧' : '✅')) }} |
@if (host.hashes?.[type]) {
{{ host.hashes[type].slice(0, 8) || '?' }}
} @else {
?
}
|