aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/network.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/network.js b/ui/app/components/network.js
index 37046fd30..e73ecb3f4 100644
--- a/ui/app/components/network.js
+++ b/ui/app/components/network.js
@@ -39,6 +39,7 @@ Network.prototype.render = function() {
h('#network_component.flex-center', {
style: { marginRight: '-16px' },
title: hoverText,
- },[ h('img',{src: imagePath + iconName + ".jpg", width: '25px'}) ])
+ onClick:(event) => this.props.onClick(event),
+ },[ h('img.menu-icon',{src: imagePath + iconName + ".jpg"}) ])
)
}