mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
UBERF-8433: Support for archived workspaces (#6937)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
import {
|
||||
Icon,
|
||||
IconCheck,
|
||||
Label,
|
||||
Loading,
|
||||
Location,
|
||||
SearchEdit,
|
||||
@@ -178,6 +179,9 @@
|
||||
<div class="flex-col flex-grow">
|
||||
<span class="label overflow-label flex flex-grow flex-between">
|
||||
{wsName}
|
||||
{#if ws.mode === 'archived'}
|
||||
- <Label label={presentation.string.Archived} />
|
||||
{/if}
|
||||
{#if ws.region != null && ws.region !== ''}
|
||||
- ({ws.region})
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user