File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 123
123
<div class =" col-xs-12 col-sm-12 col-md-9 col-lg-9" >
124
124
<q-banner inline-actions class =" bg-vdark text-vgrey q-mb-sm" >
125
125
<div class =" row" >
126
- <div class =" col" >
126
+ <div class =" col self-center " >
127
127
<div class =" text-italic" >
128
128
List of nodes on the network.
129
129
<q-btn flat round size =" sm" color =" vgreen" icon =" fas fa-question" class =" " >
132
132
</div >
133
133
<div class =" text-italic text-caption" >*You are required to vote for 21 nodes per day to activate the distribution of VTX.</div >
134
134
</div >
135
- <div class =" col" >
136
- <div class =" col bg-blue-grey" >Running nodes: {{ running_nodes }}</div >
137
- <div class =" col bg-blue-grey" >Registered nodes: {{ registered_nodes }}</div >
135
+ <div class =" col-3 self-center" >
136
+ <q-badge color =" vgreen" class =" text-vdark" >Running nodes: {{ running_nodes }}</q-badge >
137
+ <q-badge color =" vgreen" class =" text-vdark" >Registered nodes: {{ registered_nodes }}
138
+ <q-tooltip content-class =" bg-vgreen text-vdark" content-style =" font-size: 16px" :offset =" [10, 10]" >{{ registered_nodes_names}}</q-tooltip >
139
+ </q-badge >
138
140
</div >
139
141
</div >
140
142
You can’t perform that action at this time.
0 commit comments