From e6ed1717de20cbb6980e75e088647a823fff0571 Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Sat, 28 Feb 2026 20:36:05 +0100 Subject: [PATCH] fix domain type centered on table Signed-off-by: Ronni Skansing --- frontend/src/routes/domain/+page.svelte | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/frontend/src/routes/domain/+page.svelte b/frontend/src/routes/domain/+page.svelte index eef5135..916b9ff 100644 --- a/frontend/src/routes/domain/+page.svelte +++ b/frontend/src/routes/domain/+page.svelte @@ -688,16 +688,14 @@ - -
- - {#if domain.type === 'proxy'} - - {:else} - 📄 - {/if} - -
+ + + {#if domain.type === 'proxy'} + + {:else} + 📄 + {/if} + {domain.type === 'proxy' ? domain.proxyTargetDomain : ''} {#if contextCompanyID}