{{ selectedConnection?.label }}

Display {{ displayObjectCount }} of {{ formatCount(queueSizeObjectCount) }} ({{ formatBytes(queueSizeByteCount) }}) bytes
@if (sourceRunning && destinationRunning) { The source and destination of this queue are currently running. This listing may no longer be accurate. } @else { @if (sourceRunning) { The source of this queue is currently running. This listing may no longer be accurate. } @else { @if (destinationRunning) { The destination of this queue is currently running. This listing may no longer be accurate. } } }
@if (displayedColumns.includes('node')) { }
Position {{ item.position }} UUID {{ item.uuid }} Filename {{ item.filename }} File Size {{ formatBytes(item.size) }} Queued Duration {{ formatDuration(item.queuedDuration) }} Lineage Duration {{ formatDuration(item.lineageDuration) }} Penalized {{ item.penalized ? 'Yes' : 'No' }} Node {{ item.clusterNodeAddress }}
@if ( item.size > 0 || (contentViewerAvailable && item.size > 0) || currentUser.provenancePermissions.canRead ) { } @if (item.size > 0) { } @if (contentViewerAvailable && item.size > 0) { } @if (selectedConnection && currentUser.provenancePermissions.canRead) { }