diff --git a/webui/src/components/AttributeView.svelte b/webui/src/components/AttributeView.svelte index 5f60cd7..01c1b89 100644 --- a/webui/src/components/AttributeView.svelte +++ b/webui/src/components/AttributeView.svelte @@ -53,7 +53,11 @@ {/if} - {type.label || type.name || "???"} + {#if type.name != "HIER"} + {type.label || type.name || "???"} + {:else} + Members + {/if} {:else} {title || "???"}