+ + + + + + + + @if (loading()) { +
+ +

Loading timeline...

+
+ } + + + @if (error()) { + + } + + + @if (!loading() && !error() && !correlationId()) { +
+ search +

Enter a correlation ID to view the event timeline

+
+ } + + + @if (!loading() && !error() && timeline()) { +
+ +
+ +
+ + +
+ +
+ + + + @if (timeline()?.hasMore) { +
+ +
+ } +
+ + + +
+ + +
+ {{ timeline()?.events?.length ?? 0 }} events + @if (timeline()?.hasMore) { + of {{ timeline()?.totalCount ?? 0 }} total + } +
+
+ } +