aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-02-20 05:46:07 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-02-20 05:46:07 +0800
commit639ac5c3daa253f36d41672165a5727d8eba207e (patch)
tree996c510244cbde21b21a9c05ebc4f696963b5c1f /cmd/mist/assets/qml/main.qml
parent765740b829072f9a1bbeff356377a91defd9fdd8 (diff)
parent3719db352a3de1c7daece71895abdd871616a2aa (diff)
downloadgo-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.tar
go-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.tar.gz
go-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.tar.bz2
go-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.tar.lz
go-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.tar.xz
go-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.tar.zst
go-tangerine-639ac5c3daa253f36d41672165a5727d8eba207e.zip
Merge pull request #352 from fjl/no-enc-handshake
p2p: disable encryption handshake, enable log events
Diffstat (limited to 'cmd/mist/assets/qml/main.qml')
-rw-r--r--cmd/mist/assets/qml/main.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml
index 65f38f8bd..86d0ea911 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -931,7 +931,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" }
}
}
}