Node Address
{{ formatNodeAddress(item) }}
Active Threads
{{ formatActiveThreadCount(item) }}
Queue / Size
{{ formatQueued(item) }}
Status
{{ formatStatus(item) }}
Started At
@if (!item.nodeStartTime) {
No value set
} @else { {{ formatStartTime(item) }} }
Last Heartbeat
@if (!item.heartbeat) {
No value set
} @else { {{ formatHeartbeat(item) }} }
@if ( item.status === 'CONNECTED' || item.status === 'CONNECTING' || item.status === 'DISCONNECTED' || item.status === 'OFFLOADED' ) { } @if (item.status === 'CONNECTED' || item.status === 'CONNECTING') { } @else if (item.status === 'DISCONNECTED') { } @else if (item.status === 'OFFLOADED') { }