From e0daea35a98b294d503d5d9a9625d977295ea4cc Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 29 Jun 2016 16:11:09 -0700 Subject: Add network name to indicator and some css fixes -also fix custom net work bug in drop down where it thinks local:8545 is custom. --- ui/app/components/drop-menu-item.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/app/components/drop-menu-item.js') diff --git a/ui/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js index a31c9c7c4..00bb16868 100644 --- a/ui/app/components/drop-menu-item.js +++ b/ui/app/components/drop-menu-item.js @@ -41,7 +41,8 @@ DropMenuItem.prototype.activeNetworkRender = function () { if (activeNetwork === '2') return h('.check', ' ✓') break case 'Localhost 8545': - if (activeNetwork > '2') return h('.check', ' ✓') + debugger + if (activeNetwork === 'http://localhost:8545') return h('.check', ' ✓') break default: if (activeNetwork === 'custom') return h('.check', ' ✓') -- cgit v1.2.3