Add missing tooltips in table

This commit is contained in:
2019-03-22 14:07:29 +01:00
parent 0c96d3eda1
commit c86503e165

View File

@@ -5,6 +5,7 @@ const TEMPLATE =`
<a <a
@click="ignoreDefault" @click="ignoreDefault"
:href="cellLink" :href="cellLink"
:title="cellValue"
> >
{{ cellValue }} {{ cellValue }}
</a> </a>