mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-12 10:25:51 +00:00
QFIX: Hide region in workspace selector (#8330)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
f7ed7e2306
commit
bf7e527f14
@ -192,8 +192,10 @@
|
||||
{#if isArchivingMode(ws.mode)}
|
||||
- <Label label={presentation.string.Archived} />
|
||||
{/if}
|
||||
{#if ws.region != null && ws.region !== ''}
|
||||
- ({ws.region})
|
||||
{#if isAdmin}
|
||||
{#if ws.region != null && ws.region !== ''}
|
||||
- ({ws.region})
|
||||
{/if}
|
||||
{/if}
|
||||
{#if isAdmin && ws.lastVisit != null && ws.lastVisit !== 0}
|
||||
<div class="text-sm">
|
||||
|
Loading…
Reference in New Issue
Block a user