From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:12:24 +0000 (-0800) Subject: Fix whitespace in some frontend html files X-Git-Tag: v2.5.0~4^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e98da2e72cc32a31a4db25a503504d2441d49bc9;p=thirdparty%2Fpaperless-ngx.git Fix whitespace in some frontend html files --- 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 3f91842d48..a485a97efd 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) { - + } +} + +@if (!users || !groups) { +
+
+
Loading...
+
+} 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 a803aae9c3..2d4c77f939 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 @@
- -
- + + - - } - @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 68187c6bd0..ef294fe43c 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 @@
    - - -
    - - - - } - @if (mailAccounts.length === 0) { -
  • No mail accounts defined.
  • - } - + + + + + + + + } + @if (mailAccounts.length === 0) { +
  • No mail accounts defined.
  • + } + - + - -

    - Mail rules - -

    - -
    + - @if (!mailAccounts || !mailRules) { -
    -
    -
    Loading...
    -
    - } +@if (!mailAccounts || !mailRules) { +
    +
    +
    Loading...
    +
    +} 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 9dc214af44..9bc68fb492 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 @@
    - -
    - + + - - } - @if (workflows.length === 0) { -
  • No workflows defined.
  • - } - + + + + } + @if (workflows.length === 0) { +
  • No workflows defined.
  • + } +