From 1326cdaa2384cd66656c8dfb07a541348a162e22 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 22 Jun 2025 18:40:37 +0200 Subject: [PATCH] Clean up --- .../admin-settings.component.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/client/src/app/components/admin-settings/admin-settings.component.html b/apps/client/src/app/components/admin-settings/admin-settings.component.html index 7031b5938..d50fa92c3 100644 --- a/apps/client/src/app/components/admin-settings/admin-settings.component.html +++ b/apps/client/src/app/components/admin-settings/admin-settings.component.html @@ -40,10 +40,10 @@ }
+ |
|
- + |
@@ -86,10 +86,10 @@
+ |
|
-
+ |
@if (
!isGhostfolioDataProvider(element) ||
isGhostfolioApiKeyValid === true
@@ -100,10 +100,10 @@
|
+ |
|
-
+ |
|
- |
+ |
+ |
@if (
isGhostfolioDataProvider(element) &&
isGhostfolioApiKeyValid === true
@@ -139,9 +139,9 @@
|
+ |
- |
+ |
@if (isGhostfolioDataProvider(element)) {
@if (isGhostfolioApiKeyValid === true) {
| |
---|