Fix UI Families

This commit is contained in:
Nicola Carminati
2018-05-15 10:15:45 +02:00
parent 670f23f49a
commit fd1f0fb9d4
2 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@@ -22,6 +22,7 @@
<div class="list-vertical scrollable" ref="familyList">
<equipment v-for="f in families" :key="f.uid" :title="f.name || f.oldName"
:class="{selected: selectedTool && selectedTool.uid == f.uid}"
:img-source="'../assets/images/list-families.PNG'"
@click="selectTool(f)"></equipment>
</div>
<div class="footer">