File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 150
150
<q-item v-for =" node in nodes" :key =" node.id" >
151
151
<q-item-section >
152
152
<q-item-label class =" code" > {{ node.key }}</q-item-label >
153
- <q-item-label @click =" $utils.openExternal(node.account)" class =" code text-vgreen link" caption > {{ node.account }} </q-item-label >
153
+ <q-item-label caption ><q-btn dense flat size =" sm" color =" vgreen" @click =" $utils.openExternal(node.account)" :label =" node.account" /></q-item-label >
154
+ <!-- <q-item-label @click="$utils.openExternal(node.account)" class="code text-vgreen link" caption> {{ node.account }} </q-item-label> -->
154
155
</q-item-section >
155
156
<q-item-section side center >
156
157
<q-item-label class =" code text-vgreen" caption > {{ node.balance }}</q-item-label >
You can’t perform that action at this time.
0 commit comments