diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-11-07 16:11:54 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-11-07 16:11:54 +0100 |
commit | 6a3a30725cdd850995af897d8e0a62189ff1a3b1 (patch) | |
tree | c2890fb5516f1811902e273458b5435c32dde057 /web/index.html | |
parent | aba3b03eaab4eb503981509bfa08aeb8afb80c1a (diff) |
Graph ALL the things
Tweaks background colors on graphs.
Adds a funky "ticker" to the navbar that may or may not break small
screens. Graphs average latency and total bandwidth for all equipment.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 2133b0c..8df058e 100644 --- a/web/index.html +++ b/web/index.html @@ -90,6 +90,9 @@ </div> </div> <p class="navbar-text" id="dhcp-summary">(...)</p> + <div class="navbar-text" id="navbar-graph-div"> + <img id="navbar-graph" title="Blue: Average latency, green: Total traffic"/> + </div> </li> </ul> <div class="navbar-form navbar-right gondul-is-private"> |