@switch (status()) {
@case ('error') {
{{ error() }}
}
@case ('success') {
@if (events().length === 0) {
No recent events for current selection
} @else {
@if (connectedToCluster() && availableNodes.length > 0) {
}
| Event type |
{{ item.eventType }}
|
|
@if (canViewContent(item, 'input')) {
}
@if (canViewContent(item, 'output')) {
}
@if (canDownloadContent(item, 'input')) {
}
@if (canDownloadContent(item, 'output')) {
}
@if (item.replayAvailable) {
}
|
}
}
}