mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
Fix few issues (#2196)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
a5b1d5c278
commit
5e0a89319d
@ -123,7 +123,7 @@
|
|||||||
<span slot="content" class="overflow-label disabled">
|
<span slot="content" class="overflow-label disabled">
|
||||||
{#if selected}
|
{#if selected}
|
||||||
{#if hideIcon || selected}
|
{#if hideIcon || selected}
|
||||||
<UserInfo value={selected} size={kind === 'link' ? 'x-small' : 'medium'} {icon} />
|
<UserInfo value={selected} size={kind === 'link' ? 'x-small' : 'tiny'} {icon} />
|
||||||
{:else}
|
{:else}
|
||||||
{getName(selected)}
|
{getName(selected)}
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -528,7 +528,7 @@
|
|||||||
</Popup>
|
</Popup>
|
||||||
<DatePickerPopup />
|
<DatePickerPopup />
|
||||||
<BrowserNotificatator />
|
<BrowserNotificatator />
|
||||||
{:else}
|
{:else if employee}
|
||||||
<div class="flex-col-center justify-center h-full flex-grow">
|
<div class="flex-col-center justify-center h-full flex-grow">
|
||||||
<h1><Label label={workbench.string.AccountDisabled} /></h1>
|
<h1><Label label={workbench.string.AccountDisabled} /></h1>
|
||||||
<Label label={workbench.string.AccountDisabledDescr} />
|
<Label label={workbench.string.AccountDisabledDescr} />
|
||||||
|
Loading…
Reference in New Issue
Block a user