mirror of
https://github.com/status-im/status-go-monitor.git
synced 2025-01-27 03:24:46 +00:00
use wider table dividers
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
70a04b015e
commit
a9f41a482c
2
peers.go
2
peers.go
@ -97,7 +97,7 @@ func (p Peer) AsTable(maxWidth int) string {
|
||||
} else {
|
||||
id = p.Id.String()
|
||||
}
|
||||
return fmt.Sprintf("%s| %-15s| %-21s| %-7s| %-8s",
|
||||
return fmt.Sprintf("%s | %-15s | %-21s | %-7s | %-8s",
|
||||
id, p.Name,
|
||||
p.Network.RemoteAddress,
|
||||
boolToString(p.Network.Trusted, "trusted", "normal"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user