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 252b8f2b1..9e87c2368 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 d6f6eb859..f753ee79d 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 @@ -55,7 +55,7 @@

SQL Query

{{ testing() ? 'Testing...' : 'Test Query' }}
-
+
Preview
{{column.normalizedTitle}} -
+
{{ displayName }}
- {{ getFilter(activeFilter) }} @@ -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 4f13836da..11e4bac37 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 ? '*' : '' }} -
+