mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-05-22 17:05:00 -07:00
Make offline peers appear "grey" in the peer's details
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user