* Revert "Use resolved data if gateway was already resolved (#78)"
This reverts commit 44bb8e9d3d.
* Revert "proportions: lookup gateway name"
This reverts commit 94662cb3dc.
* Revert "infobox/node: change mac used to lookup nodes"
This reverts commit 2ca2604403.
* Revert "infobox/node: resolve nexthop and gateway from data"
This reverts commit 9e7049c9e3.
* Resolve nexthop full chain if possible
requires hopglass/hopglass-server#79
* Correctly handle sidecase when nodes on route report inconsistent gateway
Update proportions.js: enable onclick hiding of Statistics <H2> and add clients per GW <H2>
hiding works by clicking on H2 element, so you can have the overview you like
[need to add some hidden line in scss/main.scss also]
clients per GW is based on nodes.json and the offered clientcount by the nodes directly (so this is only rough idea of reality, for alfred this means extra timedifferences upto 30 minutes)
update main.scss: to allow hiding of statistics element
add this to allow statistics element hiding
use consistent var table and dict Names
change gwTable and gwDict (and gw2 ...) to
gwNodes and gwClients