cmd/mist: show peer names in peers window

This commit is contained in:
Felix Lange
2015-02-19 16:39:20 +01:00
parent 73f94f3755
commit 1ec6190e86
2 changed files with 4 additions and 2 deletions

View File

@ -927,7 +927,8 @@ ApplicationWindow {
model: peerModel
TableViewColumn{width: 180; role: "addr" ; title: "Remote Address" }
TableViewColumn{width: 280; role: "nodeID" ; title: "Node ID" }
TableViewColumn{width: 180; role: "caps" ; title: "Capabilities" }
TableViewColumn{width: 100; role: "name" ; title: "Name" }
TableViewColumn{width: 40; role: "caps" ; title: "Capabilities" }
}
}
}