QFIX: Hide region in workspace selector (#8330)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-03-24 17:46:10 +03:00 committed by GitHub
parent f7ed7e2306
commit bf7e527f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,9 +192,11 @@
{#if isArchivingMode(ws.mode)} {#if isArchivingMode(ws.mode)}
- <Label label={presentation.string.Archived} /> - <Label label={presentation.string.Archived} />
{/if} {/if}
{#if isAdmin}
{#if ws.region != null && ws.region !== ''} {#if ws.region != null && ws.region !== ''}
- ({ws.region}) - ({ws.region})
{/if} {/if}
{/if}
{#if isAdmin && ws.lastVisit != null && ws.lastVisit !== 0} {#if isAdmin && ws.lastVisit != null && ws.lastVisit !== 0}
<div class="text-sm"> <div class="text-sm">
{#if ws.backupInfo != null} {#if ws.backupInfo != null}