aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/main.qml
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-19 23:39:20 +0800
committerFelix Lange <fjl@twurst.com>2015-02-19 23:54:53 +0800
commit1ec6190e866eeefd91ea82b31da9f94753685a4a (patch)
tree72cd3a88b033f131ab3d5d42c3ab4a10c97c63b7 /cmd/mist/assets/qml/main.qml
parent73f94f37559ca0c8739c7dddeaf46d36827fdf30 (diff)
downloadgo-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.tar
go-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.tar.gz
go-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.tar.bz2
go-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.tar.lz
go-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.tar.xz
go-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.tar.zst
go-tangerine-1ec6190e866eeefd91ea82b31da9f94753685a4a.zip
cmd/mist: show peer names in peers window
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 f9bfd9b8d..31d240b5f 100644
--- a/cmd/mist/assets/qml/main.qml
+++ b/cmd/mist/assets/qml/main.qml
@@ -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" }
}
}
}