File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 43
43
.text-vblack {
44
44
color : #0 0 0 !important ;
45
45
}
46
-
47
- .link {
48
-
49
- }
50
- .link :hover {
51
- color : #A0 00 FD !important ;
52
- cursor :pointer ;
53
- }
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 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> -->
153
+ <q-item-label caption ><q-btn dense flat size =" sm" color =" vgreen" class =" code" @click =" $utils.openExternal(node.account)" :label =" node.account" :disabled =" node.account !== 'No account found' ? false : true" /></q-item-label >
155
154
</q-item-section >
156
155
<q-item-section side center >
157
156
<q-item-label class =" code text-vgreen" caption > {{ node.balance }}</q-item-label >
158
157
</q-item-section >
159
158
<q-item-section avatar v-if =" identity.account_name && node.vote && node.account != identity.account_name" >
160
- <q-btn outline color =" vgreen" v-on:click =" addToVote(node)" v-if =" !voting_list.includes(node) " >Vote</q-btn >
159
+ <q-btn outline color =" vgreen" v-on:click =" addToVote(node)" v-if =" !voting_list.includes(node)" >Vote</q-btn >
161
160
<q-btn color =" vgreen" class =" text-vdark" v-on:click =" addToVote(node)" v-if =" voting_list.includes(node)" >Vote</q-btn >
162
161
</q-item-section >
163
162
</q-item >
You can’t perform that action at this time.
0 commit comments