From e98da2e72cc32a31a4db25a503504d2441d49bc9 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 7 Feb 2024 07:12:24 -0800
Subject: [PATCH] Fix whitespace in some frontend html files
---
.../users-groups/users-groups.component.html | 112 +++++++--------
.../custom-fields.component.html | 24 ++--
.../manage/mail/mail.component.html | 130 +++++++++---------
.../manage/workflows/workflows.component.html | 24 ++--
4 files changed, 145 insertions(+), 145 deletions(-)
diff --git a/src-ui/src/app/components/admin/users-groups/users-groups.component.html b/src-ui/src/app/components/admin/users-groups/users-groups.component.html
index 3f91842d4..a485a97ef 100644
--- a/src-ui/src/app/components/admin/users-groups/users-groups.component.html
+++ b/src-ui/src/app/components/admin/users-groups/users-groups.component.html
@@ -33,64 +33,64 @@
+
+
+
+
+
+ }
+
+}
+
+@if (groups) {
+
+ Groups
+
+
+ @if (groups.length > 0) {
+
+ -
+
+
+ @for (group of groups; track group) {
+ -
+
+
+
+
+
+
+
-
+
-
- }
-
- }
-
- @if (groups) {
-
- Groups
-
- Add Group
-
-
- @if (groups.length > 0) {
-
- -
-
-
- @for (group of groups; track group) {
- -
-
-
{{group.name}}
-
-
-
-
-
- Edit
-
-
- Delete
-
-
-
-
-
- }
- @if (groups.length === 0) {
- - No groups defined
- }
-
- }
- }
-
- @if (!users || !groups) {
-
- }
+
+ }
+ @if (groups.length === 0) {
+ No groups defined
+ }
+
+ }
+}
+
+@if (!users || !groups) {
+
+}
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 a803aae9c..2d4c77f93 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
@@ -29,16 +29,16 @@
Edit
-
-
- Delete
-
-
-
+
+
+ Delete
+
-
- }
- @if (fields.length === 0) {
- No fields defined.
- }
-
+
+
+
+ }
+ @if (fields.length === 0) {
+ No fields defined.
+ }
+
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 68187c6bd..ef294fe43 100644
--- a/src-ui/src/app/components/manage/mail/mail.component.html
+++ b/src-ui/src/app/components/manage/mail/mail.component.html
@@ -32,72 +32,72 @@
Edit
-
-
- Permissions
-
-
- Delete
-
-
-
-
-
- }
- @if (mailAccounts.length === 0) {
- No mail accounts defined.
- }
-
-
-
-
-
-
- Mail rules
-
- Add Rule
-
-
-
- -
-
-
Name
-
Account
-
Actions
+
+
+ Permissions
+
+
+ Delete
+
-
+
+
+
+ }
+ @if (mailAccounts.length === 0) {
+ - No mail accounts defined.
+ }
+
- @for (rule of mailRules; track rule) {
-
-
-
{{rule.name}}
-
{{(mailAccountService.getCached(rule.account) | async)?.name}}
-
-
-
- Edit
-
-
- Permissions
-
-
- Delete
-
-
-
-
-
- }
- @if (mailRules.length === 0) {
- No mail rules defined.
- }
-
+
-
+
+
+ Mail rules
+
+ Add Rule
+
+
+
+ -
+
+
Name
+
Account
+
Actions
+
+
- @if (!mailAccounts || !mailRules) {
-
- }
+ @for (rule of mailRules; track rule) {
+ -
+
+
{{rule.name}}
+
{{(mailAccountService.getCached(rule.account) | async)?.name}}
+
+
+
+ Edit
+
+
+ Permissions
+
+
+ Delete
+
+
+
+
+
+ }
+ @if (mailRules.length === 0) {
+ - No mail rules defined.
+ }
+
+
+
+
+@if (!mailAccounts || !mailRules) {
+
+}
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 9dc214af4..9bc68fb49 100644
--- a/src-ui/src/app/components/manage/workflows/workflows.component.html
+++ b/src-ui/src/app/components/manage/workflows/workflows.component.html
@@ -33,16 +33,16 @@
Edit
-
-
- Delete
-
-
-
+
+
+ Delete
+
-
- }
- @if (workflows.length === 0) {
- No workflows defined.
- }
-
+
+
+
+ }
+ @if (workflows.length === 0) {
+ No workflows defined.
+ }
+