From 23b517b4a1a376555bd93e07e0571d57a98b768f Mon Sep 17 00:00:00 2001 From: Dexter Edwards Date: Fri, 21 Oct 2022 16:44:52 +0100 Subject: [PATCH] feat: add status to node page (#1829) --- apps/token/src/i18n/translations/dev.json | 3 ++- apps/token/src/routes/staking/node/validator-table.tsx | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/token/src/i18n/translations/dev.json b/apps/token/src/i18n/translations/dev.json index 9c0008f44..ab4b3f114 100644 --- a/apps/token/src/i18n/translations/dev.json +++ b/apps/token/src/i18n/translations/dev.json @@ -693,5 +693,6 @@ "ProposalNotFoundDetails": "The proposal you are looking for is not here, it may have been enacted before the last chain restore. You could check the Vega forums/discord instead for information about it.", "FreeformProposal": "Freeform proposal", "unknownReason": "unknown reason", - "votingEnded": "Voting has ended." + "votingEnded": "Voting has ended.", + "STATUS": "STATUS" } diff --git a/apps/token/src/routes/staking/node/validator-table.tsx b/apps/token/src/routes/staking/node/validator-table.tsx index cea78af72..c4af5ccba 100644 --- a/apps/token/src/routes/staking/node/validator-table.tsx +++ b/apps/token/src/routes/staking/node/validator-table.tsx @@ -63,6 +63,10 @@ export const ValidatorTable = ({ {node.infoUrl} + + {t('STATUS')} + {node.status} + {t('IP ADDRESS')} {node.location}