File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 121
121
<!-- List of nodes -->
122
122
<div class =" row q-pb-md q-col-gutter-xl" >
123
123
<div class =" col-xs-12 col-sm-12 col-md-9 col-lg-9" >
124
- <q-banner inline-actions rounded class =" bg-vdark text-vgrey q-mb-sm" >
124
+ <q-banner inline-actions class =" bg-vdark text-vgrey q-mb-sm" >
125
125
<div class =" text-italic" >
126
126
List of nodes on the network.
127
127
<q-btn flat round size =" sm" color =" vgreen" icon =" fas fa-question" class =" " >
153
153
</q-scroll-area >
154
154
</div >
155
155
<div class =" col-xs-12 col-sm-12 col-md-3 col-lg-3" >
156
- <div class =" text-italic text-vgrey" >Voting for the nodes.</div >
157
- <div class =" text-italic text-vgrey text-caption" >*Activates when you select at least one node to vote</div >
156
+ <!-- <div class="text-italic text-vgrey">Voting for the nodes.</div>
157
+ <div class="text-italic text-vgrey text-caption">*Activates when you select at least one node to vote</div> -->
158
+ <q-banner inline-actions class =" bg-vdark text-vgrey q-mb-sm" >
159
+ <div class =" text-italic q-py-md" >Voting.</div >
160
+ <template v-slot :action >
161
+ <q-btn color =" vgreen" class =" text-vdark q-mx-xs" v-on:click =" vote()" v-if =" voting_list.length > 0" >Vote now</q-btn >
162
+ <div v-if =" voting_list.length <= 0" >Choose nodes to vote</div >
163
+ </template >
164
+ </q-banner >
158
165
<div class =" bg-vdark inset-shadow" v-if =" nodes.length > 0" >
159
166
<q-scroll-area style =" height : 300pt ;" >
160
- <q-btn color =" vgreen" class =" text-vdark q-ma-sm" v-on:click =" vote()" v-if =" voting_list.length > 0" >Vote now</q-btn >
161
- <q-banner class =" text-vgrey text-center bg-vdark" v-if =" voting_list.length <= 0" >
162
- Choose nodes to vote
163
- </q-banner >
164
167
<q-list bordered separator v-if =" voting_list.length > 0" >
165
168
<q-item v-for =" node in voting_list" :key =" node.id" >
166
169
<q-item-section >
You can’t perform that action at this time.
0 commit comments