class order

This commit is contained in:
mpetrov 2025-02-06 17:13:45 +02:00
parent dfb22314e4
commit 0c226afbc8

View File

@ -15,7 +15,7 @@
limitations under the License. limitations under the License.
--> -->
<div class="min-w-90 w-screen max-w-5xl debug-dialog-container"> <div class="min-w-90 debug-dialog-container w-screen max-w-5xl">
<mat-toolbar color="primary"> <mat-toolbar color="primary">
<h2>{{ 'calculated-fields.debugging' | translate}}</h2> <h2>{{ 'calculated-fields.debugging' | translate}}</h2>
<span class="flex-1"></span> <span class="flex-1"></span>
@ -25,7 +25,7 @@
<mat-icon class="material-icons">close</mat-icon> <mat-icon class="material-icons">close</mat-icon>
</button> </button>
</mat-toolbar> </mat-toolbar>
<div mat-dialog-content class="tb-form-panel stroked h-full debug-dialog-content"> <div mat-dialog-content class="tb-form-panel stroked debug-dialog-content h-full">
<tb-event-table <tb-event-table
[tenantId]="data.tenantId" [tenantId]="data.tenantId"
[debugEventTypes]="[debugEventTypes.DEBUG_CALCULATED_FIELD]" [debugEventTypes]="[debugEventTypes.DEBUG_CALCULATED_FIELD]"