diff --git a/frontend/src/app/history-query/history-query-detail/history-query-detail.component.html b/frontend/src/app/history-query/history-query-detail/history-query-detail.component.html index 957c3f7e66..4662e2a956 100644 --- a/frontend/src/app/history-query/history-query-detail/history-query-detail.component.html +++ b/frontend/src/app/history-query/history-query-detail/history-query-detail.component.html @@ -185,6 +185,17 @@
- | - | - | + @if (!this.scopeId && !this.scopeType) { + | + | + } + | ||
---|---|---|---|---|---|---|---|
- | {{ log.timestamp | datetime: 'mediumWithSeconds' }} | -{{ log.scopeType | scopeTypesEnum }} | -{{ log.scopeName }} | + @if (!this.scopeId && !this.scopeType) { +{{ log.scopeType | scopeTypesEnum }} | +{{ log.scopeName }} | + }{{ log.message }} |