{{ entry.message }}
+ @if (entry.source === 'telemetry' && entry.telemetryDetails) {
+
+
+ @if (isExpanded(entry.id)) {
+
+
+ Событие (как пришло с API)
+ {{ entry.telemetryDetails.rawEventJson }}
+
+
+ }
+ }
+
@if (entry.source === 'http' && entry.details) {