mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-29 11:19:44 +02:00
UBERF-6202: Use only one mongo pull per configuration (#5073)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -134,8 +134,13 @@
|
||||
<div class="antiPopup" on:keydown={keyDown}>
|
||||
<div class="ap-space x2" />
|
||||
{#if isAdmin}
|
||||
<div class="ml-2 mr-2 mb-2 flex-grow">
|
||||
<div class="ml-2 mr-2 mb-2 flex-grow flex-row-center">
|
||||
<SearchEdit bind:value={search} width={'100%'} />
|
||||
{#if isAdminUser()}
|
||||
<div class="p-1">
|
||||
{$workspacesStore.length}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
<div class="ap-scroll">
|
||||
|
||||
Reference in New Issue
Block a user