From b590a952962865ad07c10deed99df57d67b01466 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:20:51 +0200 Subject: [PATCH] Improve column width distribution --- .../access-table/access-table.component.html | 27 ++++++++++++--- .../app/components/admin-jobs/admin-jobs.html | 14 ++++++-- .../admin-market-data/admin-market-data.html | 22 +++++++++---- .../admin-overview/admin-overview.html | 16 ++++++--- .../admin-platform.component.html | 33 +++++++++++++++---- .../admin-settings.component.html | 32 ++++++++++++++---- .../admin-tag/admin-tag.component.html | 25 +++++++++++--- .../components/admin-users/admin-users.html | 8 ++--- 8 files changed, 139 insertions(+), 38 deletions(-) diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index b8c2f8422..6fc994b14 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -1,8 +1,19 @@
- - + @@ -46,9 +57,17 @@ - + - - @@ -179,7 +183,11 @@ - - + - - + - @@ -66,8 +79,16 @@ - - + - + @@ -59,13 +67,17 @@ - + - - @@ -78,8 +87,16 @@ - - +
Alias + + Alias + {{ element.alias }} + Job ID + {{ element.id }} + @if (!element.isActive) { @@ -49,8 +49,12 @@ - + @if ( canDeleteAssetProfile({ activitiesCount: element.activitiesCount, @@ -81,7 +85,7 @@ @@ -89,7 +93,7 @@
{{ element.name }}
@@ -243,7 +247,11 @@ -
+ + Code + + - + Name + {{ element.name }} + + Name + @if (isGhostfolioDataProvider(element)) { - + @if (isGhostfolioDataProvider(element)) { @if (hasGhostfolioApiKey) { + Name + {{ translate(element.name) }} + User
@@ -193,12 +193,12 @@