-
+
{{user.first_name}} {{user.last_name}}
{{user.groups?.map(getGroupName, this).join(', ')}}
@@ -65,7 +65,7 @@
@for (group of groups; track group) {
-
+
diff --git a/src-ui/src/app/components/manage/custom-fields/custom-fields.component.html b/src-ui/src/app/components/manage/custom-fields/custom-fields.component.html
index 5a1fa727b..c87a93050 100644
--- a/src-ui/src/app/components/manage/custom-fields/custom-fields.component.html
+++ b/src-ui/src/app/components/manage/custom-fields/custom-fields.component.html
@@ -23,7 +23,7 @@
@for (field of fields; track field) {
-
+
{{getDataType(field)}}
diff --git a/src-ui/src/app/components/manage/mail/mail.component.html b/src-ui/src/app/components/manage/mail/mail.component.html
index ef294fe43..c346e81d9 100644
--- a/src-ui/src/app/components/manage/mail/mail.component.html
+++ b/src-ui/src/app/components/manage/mail/mail.component.html
@@ -26,7 +26,7 @@
@for (account of mailAccounts; track account) {
-
+
{{account.imap_server}}
@@ -70,7 +70,7 @@
@for (rule of mailRules; track rule) {
-
+
{{(mailAccountService.getCached(rule.account) | async)?.name}}
diff --git a/src-ui/src/app/components/manage/workflows/workflows.component.html b/src-ui/src/app/components/manage/workflows/workflows.component.html
index 632cbfe16..d398b95b1 100644
--- a/src-ui/src/app/components/manage/workflows/workflows.component.html
+++ b/src-ui/src/app/components/manage/workflows/workflows.component.html
@@ -25,7 +25,7 @@
@for (workflow of workflows; track workflow.id) {
-
+
{{workflow.order}}
@if(workflow.enabled) { Enabled } @else { Disabled }
{{getTypesList(workflow)}}