-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BE-340 Display health status of peers and orderers - FrontEnd #342
BE-340 Display health status of peers and orderers - FrontEnd #342
Conversation
…ity of peers and orderers Signed-off-by: saksham1203 <[email protected]>
import Tooltip from "@mui/material/Tooltip"; | ||
import styled from "@emotion/styled"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: are these libraries already added to project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, earlier it was not there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are not available in the package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added to package.json file with required libraries .
… in package.json Signed-off-by: saksham1203 <[email protected]>
/ LGMT |
Signed-off-by: saksham1203 [email protected]
What this PR does / why we need it:
This feature enables the explorer to indicate the health status of peers and orderers that are online or offline.
The status can be indicated with red being offline, green being online, green with flickering - fetching status.
As of now the explorer is not showing the status of peers/orderers that are part of HLF-Network. With this new feature enablement, we could display the health status of peers/orderers in the explorer dashboard.
Which issue(s) this PR fixes:
Fixes #340
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation, usage docs, etc.:
.