@if (historyListingState$ | async; as state) { @if (isInitialLoading(state)) {
} @else {
Filter
Filter By @for (option of filterableColumns; track option) { {{ option.label }} }
Date Range
Start Time ({{ (about$ | async)?.timezone }})
End Time ({{ (about$ | async)?.timezone }})
@if ((currentUser$ | async)?.controllerPermissions?.canWrite) {
}
Last updated:
{{ state.loadedTimestamp }}
} }