diff --git a/webui/src/components/AttributeView.svelte b/webui/src/components/AttributeView.svelte index 61492f7..3e0fcba 100644 --- a/webui/src/components/AttributeView.svelte +++ b/webui/src/components/AttributeView.svelte @@ -18,7 +18,7 @@ let availableWidgets: Widget[] = []; $: { availableWidgets = [ - { + { name: "table", icon: "table", components: [ @@ -73,19 +73,21 @@ {/if} - {#if !reverse} - {#each components as component} - - {/each} - {:else} - - {/if} +
+ {#if !reverse} + {#each components as component} + + {/each} + {:else} +
+ {/if} +