mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-11 18:01:59 +00:00
Qfix: ListView header (#8570)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
785279b791
commit
be6bd0d944
@ -127,11 +127,11 @@
|
||||
<div class="chevron"><IconCollapseArrow size={level === 0 ? 'small' : 'tiny'} /></div>
|
||||
<!-- {/if} -->
|
||||
{#if groupByKey === noCategory}
|
||||
<span class="text-base fs-bold overflow-label pointer-events-none">
|
||||
<span class="fs-bold content-color overflow-label pointer-events-none">
|
||||
<Label label={view.string.NoGrouping} />
|
||||
</span>
|
||||
{:else if category === undefined}
|
||||
<span class="overflow-label pointer-events-none">
|
||||
<span class="fs-bold content-color overflow-label pointer-events-none">
|
||||
<Label label={view.string.NotSpecified} />
|
||||
</span>
|
||||
{:else if headerComponent}
|
||||
|
Loading…
Reference in New Issue
Block a user