update mobile view.
ci-cd-vm / ci-cd (push) Failing after 1m13s

This commit is contained in:
Chris Chen
2026-06-23 14:18:55 -07:00
parent 68649223d9
commit 2e226e60f5
16 changed files with 21 additions and 21 deletions
@@ -49,7 +49,7 @@
</kendo-grid>
<!-- Detail dialog -->
<kendo-dialog *ngIf="detail" title="System Log #{{ detail.id }}" [width]="720" (close)="detail = null">
<kendo-dialog *ngIf="detail" title="System Log #{{ detail.id }}" [width]="720" [maxWidth]="'95vw'" [maxHeight]="'90vh'" (close)="detail = null">
<div class="p-2 flex flex-col gap-2 text-sm">
<div class="grid grid-cols-2 gap-2">
<div><strong>Time:</strong> {{ detail.timestamp | date:'medium' }}</div>