File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ onMounted(() => {
192192 < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> Progress< / Text >< / th>
193193 < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> Total Voted< / Text >< / th>
194194 < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> Total Stake< / Text >< / th>
195- < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> Signals< / Text >< / th>
196195 < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> Init Time< / Text >< / th>
197196 < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> End Time< / Text >< / th>
197+ < th>< Text size= " 12" weight= " 600" color= " tertiary" noWrap> Signals< / Text >< / th>
198198 < / tr>
199199 < / thead>
200200
@@ -263,15 +263,6 @@ onMounted(() => {
263263 / >
264264 < / NuxtLink>
265265 < / td>
266- < td>
267- < NuxtLink : to= " `/upgrade/${u.version}`" >
268- < Flex align= " center" gap= " 6" >
269- < Text size= " 13" weight= " 600" color= " primary" >
270- {{ u .signals_count }}
271- < / Text >
272- < / Flex>
273- < / NuxtLink>
274- < / td>
275266 < td>
276267 < NuxtLink : to= " `/upgrade/${u.version}`" >
277268 < Flex justify= " center" direction= " column" gap= " 4" >
@@ -296,6 +287,15 @@ onMounted(() => {
296287 < / Flex>
297288 < / NuxtLink>
298289 < / td>
290+ < td>
291+ < NuxtLink : to= " `/upgrade/${u.version}`" >
292+ < Flex align= " center" gap= " 6" >
293+ < Text size= " 13" weight= " 600" color= " primary" >
294+ {{ u .signals_count }}
295+ < / Text >
296+ < / Flex>
297+ < / NuxtLink>
298+ < / td>
299299 < / tr>
300300 < / tbody>
301301 < / table>
You can’t perform that action at this time.
0 commit comments