mirror of
https://github.com/traefik/traefik.git
synced 2025-09-25 07:41:28 +02:00
Web UI graph names.
This commit is contained in:
parent
93626de01c
commit
4b966f1f82
@ -47,6 +47,7 @@ module.exports = function (ctx) {
|
|||||||
'QToolbar',
|
'QToolbar',
|
||||||
'QSpace',
|
'QSpace',
|
||||||
'QToolbarTitle',
|
'QToolbarTitle',
|
||||||
|
'QTooltip',
|
||||||
'QBtn',
|
'QBtn',
|
||||||
'QIcon',
|
'QIcon',
|
||||||
'QList',
|
'QList',
|
||||||
|
@ -8,7 +8,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<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-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user