diff --git a/frontend/src/app/components/audit/info-dialog/info-dialog.component.html b/frontend/src/app/components/audit/info-dialog/info-dialog.component.html index 441626352..252b8f2b1 100644 --- a/frontend/src/app/components/audit/info-dialog/info-dialog.component.html +++ b/frontend/src/app/components/audit/info-dialog/info-dialog.component.html @@ -1,6 +1,6 @@

Log details

-

+

{{ log.User }} {{ action }} in "{{ normalizedTableName }}" table on {{formattedCrreatedAt}} {{ log.Status }}.

@@ -10,10 +10,10 @@

Log details

class="mat-body" [ngClass]="{changed: isChangedFiled(field)}"> {{filedsNames[field]}} - + {{log.prevValue[field]}} -
@@ -35,7 +35,7 @@

Log details

class="mat-body" [ngClass]="{changed: isChangedFiled(field)}"> {{filedsNames[field.key]}} - + {{field.value}} diff --git a/frontend/src/app/components/charts/chart-edit/chart-edit.component.html b/frontend/src/app/components/charts/chart-edit/chart-edit.component.html index a8005ae4b..b5b28b085 100644 --- a/frontend/src/app/components/charts/chart-edit/chart-edit.component.html +++ b/frontend/src/app/components/charts/chart-edit/chart-edit.component.html @@ -47,7 +47,7 @@

SQL Query

{{ testing() ? 'Testing...' : 'Test Query' }}
-
+
Preview
{{column.normalizedTitle}} -
+
{{ displayName }}
- @@ -282,7 +282,7 @@

{{ displayName }}

- +
- + {{ getFilter(filter) }}
diff --git a/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html b/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html index 5f50cc70d..4f13836da 100644 --- a/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html +++ b/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html @@ -1,6 +1,6 @@ {{ normalizedLabel }} {{ required ? '*' : '' }} -
+
{{ normalizedLabel }} {{ required ? '*' : '' }} -
+
{{ normalizedLabel }} {{ required ? '*' : '' }} -
+