From 41a4bd2e7d112f8dd457cea0b9b88512b5cbb70a Mon Sep 17 00:00:00 2001 From: Pratham Jha Date: Thu, 7 Mar 2024 21:22:47 +0000 Subject: [PATCH] SHM-4155-Add tooltip to explain Selected status on node operator dashboard --- components/StatusBadge.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/StatusBadge.tsx b/components/StatusBadge.tsx index 5b2cac2..f781ee6 100644 --- a/components/StatusBadge.tsx +++ b/components/StatusBadge.tsx @@ -14,6 +14,9 @@ export default function StatusBadge({ status }: { status: string }) { "Your node is running, but it will not join the network until you stake.", "waiting-for-network": "Node is trying to connect to the Shardeum network. If your node is stuck in this for more than 5 minutes then please contact us so we can debug and solve this.", + selected: + "Your node has been selected from standby list and will be validating soon", + ready: "Your node is getting ready to join active validator list", }) );