* 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
* Set text color on body
* Fix not being able to scroll more then sidebar height in Firefox
* Fix button color being set by browser stylesheet instead of site stylesheet
- 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