style(webui): hide type keys
ci/woodpecker/push/woodpecker Pipeline was successful Details

develop
Tomáš Mládek 2024-01-22 09:25:36 +01:00
parent 631bbc1772
commit b4bc684ed3
1 changed files with 4 additions and 1 deletions

View File

@ -194,7 +194,10 @@
<UpObjectLabel label={displayLabel} backpath={resolvedBackpath} />
{/if}
</div>
{#if $entity?.get(ATTR_KEY)}
{#if $entity?.get(ATTR_KEY) && !$entity
?.get(ATTR_KEY)
?.toString()
?.startsWith("TYPE_")}
<div class="key">{$entity.get(ATTR_KEY)}</div>
{/if}
<div class="secondary">