mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
UBERF-4205: updated Panel header layout, custom aside (#3974)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
Mem: {data.statistics.memoryUsed} / {data.statistics.memoryTotal} CPU: {data.statistics.cpuUsage}
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="navigator">
|
||||
<svelte:fragment slot="title">
|
||||
<span class="p-3"> Server manager </span>
|
||||
<TabList
|
||||
items={tabs}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
import type { Class, Ref, Space } from '@hcengineering/core'
|
||||
import core from '@hcengineering/core'
|
||||
import { createQuery, getClient } from '@hcengineering/presentation'
|
||||
import { EditBox, Icon, Label, Scroller, Panel, Component } from '@hcengineering/ui'
|
||||
import { EditBox, Label, Scroller, Panel, Component } from '@hcengineering/ui'
|
||||
import { createEventDispatcher } from 'svelte'
|
||||
import workbench from '../../plugin'
|
||||
import contact from '@hcengineering/contact'
|
||||
@@ -62,12 +62,7 @@
|
||||
>
|
||||
<svelte:fragment slot="title">
|
||||
{#if clazz}
|
||||
<div class="antiTitle icon-wrapper">
|
||||
<div class="wrapped-icon">
|
||||
{#if clazz.icon}<Icon icon={clazz.icon} size={'medium'} />{/if}
|
||||
</div>
|
||||
<span class="wrapped-title"><Label label={clazz.label} /></span>
|
||||
</div>
|
||||
<div class="title not-active"><Label label={clazz.label} /></div>
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user