Skip to content

Commit 8fb96ab

Browse files
chore: add country and name columns to peer table
1 parent 6226f61 commit 8fb96ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/Gossip/PeerTable.tsx/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const colSpecs: Record<string, ColSpec> = {
4848
},
4949
},
5050
Pubkey: { width: 200 },
51+
Name: { width: 160 },
52+
Country: { width: 80 },
5153
["IP Addr"]: { width: 80 },
5254
["Ingress Pull"]: {
5355
width: 80,

0 commit comments

Comments
 (0)