refactor: ...

feat/type-attributes
Tomáš Mládek 2023-07-29 19:26:31 +02:00
parent 25644e5cd4
commit bf4d2d9785
1 changed files with 2 additions and 0 deletions

View File

@ -438,12 +438,14 @@
<header>
<h3>{$i18n.t("Used")} ({attributesUsed.length})</h3>
</header>
<div class="content">
<EntryList
columns="entity,value"
columnWidths={["auto", "33%"]}
entries={attributesUsed}
orderByValue
/>
</div>
</section>
{/if}
</div>