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> <header>
<h3>{$i18n.t("Used")} ({attributesUsed.length})</h3> <h3>{$i18n.t("Used")} ({attributesUsed.length})</h3>
</header> </header>
<div class="content">
<EntryList <EntryList
columns="entity,value" columns="entity,value"
columnWidths={["auto", "33%"]} columnWidths={["auto", "33%"]}
entries={attributesUsed} entries={attributesUsed}
orderByValue orderByValue
/> />
</div>
</section> </section>
{/if} {/if}
</div> </div>