* 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}"
}
]
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
As you can see on this node's information a long contact information can cause an ugly overflow.
http://map.freifunk-essen.net/meshviewer/#!n:c46e1f2d5a28
Removing the nowrap resolves this issue and does not seem to have any side effect.