Provenance
@if (!provenanceCollapsed && status() !== 'pending') { }
@if (status() === 'success' || status() === 'error' || status() === 'loading') {
@if (status() === 'loading') {
} @else {
@switch (status()) { @case ('error') {
{{ error() }}
} @case ('success') { @if (events().length === 0) {
No recent events for current selection
} @else { @if (connectedToCluster() && availableNodes.length > 0) {
Node @for (option of availableNodes; track option.value) { {{ option.text }} }
}
Event type {{ item.eventType }}
@if (canViewContent(item, 'input')) { } @if (canViewContent(item, 'output')) { } @if (canDownloadContent(item, 'input')) { } @if (canDownloadContent(item, 'output')) { } @if (item.replayAvailable) { }
} } }
}
} @else {
Current selection does not generate events
}