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