diff --git a/src/views/Uptime.vue b/src/views/Uptime.vue
index dd75c670..c25eed0a 100644
--- a/src/views/Uptime.vue
+++ b/src/views/Uptime.vue
@@ -16,6 +16,7 @@
:key="index"
sm="12"
md="4"
+ class="text-truncate"
>
{{ index+1 }} {{ x.validator.moniker }}
@@ -82,6 +83,7 @@ export default {
this.initBlocks()
},
beforeDestroy() {
+ this.blocks = [] // clear running tasks if it is not finish
clearInterval(this.timer)
},
methods: {