Christof Schulze
94e7827ac8
gluon-status-page: improve localization ( #1241 )
2017-10-31 19:25:27 +01:00
Matthias Schiffer
8245e77218
gluon-status-page: fix browser compatiblity of language selection
2017-02-26 20:55:31 +01:00
Andrey Perliev
26a0cbd1cc
gluon-status-page: JS translations ( #1044 )
...
Add translation support to gluon-status-page, including English, German and Russian translations.
2017-02-21 09:40:09 +01:00
Brother-Lal
740c60c7e4
gluon-status-page: add hint to enable JavaScript if it is disabled ( #913 )
2016-10-24 14:43:12 +02:00
Brother-Lal
e80f751a85
fix error in statuspage if cookies are disabled ( #912 )
...
If cookies are disabled, the Statuspage only displays an empty ("Not connected")
This checks if the localStorage API is available and working and only uses it in this case
Also allows better backwards compatibility.
2016-10-24 14:18:01 +02:00
J0WI
d2fb547a3f
gluon-status-page: removed obsolete css prefixes ( #877 )
...
None of them are used by modern browsers anymore, so it's safe to remove them.
2016-09-07 06:03:57 +02:00
corvusmo
82b5b5a8d2
gluon-status-page: refactor creation of table rows and cells ( #738 )
2016-04-27 08:40:13 +02:00
corvusmo
80515c087d
gluon-status-page: sort gateways alphabetically
...
Fixes #698
2016-04-08 21:23:56 +02:00
Matthias Schiffer
289b599233
gluon-status-page: unify prefix list of prettyBytes and prettyBits
2016-03-01 00:06:20 +01:00
Matthias Schiffer
6e452f207a
gluon-status-page: don't use internationalization API
...
It is not supported by all browsers yet.
Also change load display always to display 2 decimal digits (as it is read
from the kernel with 2 decimal digits).
Fixes #606
2016-03-01 00:06:20 +01:00
Matthias Schiffer
79bc3a8d4b
gluon-status-page: fix neighbour purging
...
notUpdated is a Set, to a for-in loop doesn't work.
Fixes #657
2016-02-29 01:12:20 +01:00
Matthias Schiffer
88bdc98108
gluon-status-page: don't reset signal graphs on resize events if width hasn't changed
...
Mobile browsers will often show or hide the address bar while scrolling.
This causes resize events which would often reset the signal graphs.
Fixes #662
2016-02-26 05:35:47 +01:00
Matthias Schiffer
0880159eb5
gluon-status-page: fix handling of interface names containing dots
2016-01-08 14:54:30 +01:00
Delta / Stefan
bbdc334b43
gluon-status-page: add TB to list of units for transfer volumes
...
Fixes #614
2016-01-07 18:09:30 +01:00
Matthias Schiffer
5927fd66db
gluon-status-page: filter out duplicate events in statistics event stream
...
Allows simple handling of cached events.
2015-12-18 17:37:48 +01:00
Nils Schneider
0bb530d1c6
gluon-status-page: fix display of rx and tx traffic
...
On the status page statistics section counters for transmitted and received traffic were mixed up. Transmitted traffic was shown as received while received traffic was shown as being transmitted.
Fixes #586
2015-12-07 13:44:17 +01:00
Nils Schneider
5e5dc5ab18
gluon-status-page: new status page
2015-09-04 20:50:18 +02:00