Cleanup empty block in api response - Update cache warmer

This commit is contained in:
nymkappa
2022-03-08 16:55:49 +01:00
parent 2b5d972e8d
commit f23f7f1cfa
5 changed files with 29 additions and 25 deletions

View File

@@ -40,7 +40,7 @@
</tr>
<tr>
<td class="col-4 col-lg-8">Empty Blocks</td>
<td class="text-left">{{ poolStats.emptyBlocks.length }}</td>
<td class="text-left">{{ poolStats.emptyBlocks }}</td>
</tr>
</tbody>
</table>