Make offline peers appear "grey" in the peer's details

This commit is contained in:
braginini
2023-06-18 15:32:01 +02:00
parent ba7d138156
commit 800e94de85
+2 -2
View File
@@ -666,7 +666,7 @@ const PeerUpdate = () => {
{formPeer.connected ? (
<Badge
status="success"
color="green"
style={{
marginTop: "1px",
marginRight: "5px",
@@ -675,7 +675,7 @@ const PeerUpdate = () => {
></Badge>
) : (
<Badge
status="error"
color="rgb(211,211,211)"
style={{
marginTop: "1px",
marginRight: "5px",