From 5560ebba264d0ff5254562c700f86b2546afac4d Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 3 Jun 2016 17:09:18 -0700 Subject: Clicking network status indicator reveals provider menu --- ui/app/components/network.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/app/components/network.js') 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"}) ]) ) } -- cgit v1.2.3