* 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
- don't use display block on the table, instead make the close button
position absolute
- show the old style heading when no source is defined
- clean up the indention and some small things
* add a padding to sidebar for better use on mobile devices
* allow other things as text in attributeEntry
Now it is possible to use pictures and other stuff in this function
* Show Router-Pic with double fallback
3 Möglichkeiten
1. in config wird externe Quelle angegeben
2. wenn nicht wird in ./nodes/ geseucht
3. ansonsten Knotenname + Knotenname in erster Zeile
extern via:
cdn
"hwImg": [
{ "thumbnail": "https://cdn.rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
"caption": "Knoten {MODELHASH}"
}
]
aktueller nicht cdn:
"hwImg": [
{ "thumbnail": "https://rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
"caption": "Knoten {MODELHASH}"
}
]
* add a padding to sidebar for better use on mobile devices
* allow other things as text in attributeEntry
Now it is possible to use pictures and other stuff in this function
* Show Router-Pic with double fallback
3 Möglichkeiten
1. in config wird externe Quelle angegeben
2. wenn nicht wird in ./nodes/ geseucht
3. ansonsten Knotenname + Knotenname in erster Zeile
extern via:
cdn
"hwImg": [
{ "thumbnail": "https://cdn.rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
"caption": "Knoten {MODELHASH}"
}
]
aktueller nicht cdn:
"hwImg": [
{ "thumbnail": "https://rawgit.com/Moorviper/meshviewer_hwpics/master/nodes/{MODELHASH}.svg",
"caption": "Knoten {MODELHASH}"
}
]
* infobox: added wifi channel, airtime and batctl nexthop
* simplify
* kill all semicolons
* update data locations
I'd suggest that channel information go under nodeinfo. Airtime and nexthop are changing variables which should go under statistics.
* filter out nodes with faulty nodeinfo
* additional nexthop key
The nexthop to the batman gateway has now been made available in gluon master where it will be called "gateway_nexthop" the "nexthop" key is also currently in use and should eventually be removed
* sidebar/node: cosmetic changes to gateway/nexthop
* remove data validity check
* move wifi helper function to sidebar/node
* cosmetics
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