mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-13 19:00:09 +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)}
|
{#if isArchivingMode(ws.mode)}
|
||||||
- <Label label={presentation.string.Archived} />
|
- <Label label={presentation.string.Archived} />
|
||||||
{/if}
|
{/if}
|
||||||
{#if ws.region != null && ws.region !== ''}
|
{#if isAdmin}
|
||||||
- ({ws.region})
|
{#if ws.region != null && 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">
|
||||||
|
Loading…
Reference in New Issue
Block a user