Web UI graph names.

This commit is contained in:
Ludovic Fernandez 2019-09-16 15:18:06 +02:00 committed by Traefiker Bot
parent 93626de01c
commit 4b966f1f82
2 changed files with 5 additions and 1 deletions

View file

@ -47,6 +47,7 @@ module.exports = function (ctx) {
'QToolbar',
'QSpace',
'QToolbarTitle',
'QTooltip',
'QBtn',
'QIcon',
'QList',

View file

@ -8,7 +8,10 @@
</div>
</q-card-section>
<q-card-section>
<div class="text-h3 text-center text-weight-bold">{{address}}</div>
<div class="text-h3 text-center text-weight-bold ellipsis">
<span>{{address}}</span>
<q-tooltip>{{address}}</q-tooltip>
</div>
</q-card-section>
</q-card>
</template>