diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue index 37805c30..f25611f8 100644 --- a/src/modules/[chain]/consensus/index.vue +++ b/src/modules/[chain]/consensus/index.vue @@ -100,7 +100,7 @@ async function fetchPosition() { positions.value = data.result.round_state.validators.validators; } catch (error) { httpstatus.value = error?.status || 500; - httpStatusText.value = error?.message||'Error'; + httpStatusText.value = error?.message || 'Error'; } } @@ -237,7 +237,10 @@ async function update() { -
+

Updated at {{ newTime || '' }} @@ -266,13 +269,26 @@ async function update() {

-
- Proposer - Signed - Proposer - Not Signed - Signed - Not Signed + +
+
+ + Proposer Signed +
+
+ + Proposer Not Signed +
+ +
+ + Signed +
+ +
+ + Not Signed +