diff options
Diffstat (limited to 'ebus/webapp/static/index.html')
-rw-r--r-- | ebus/webapp/static/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ebus/webapp/static/index.html b/ebus/webapp/static/index.html index 7e2582d..6c80444 100644 --- a/ebus/webapp/static/index.html +++ b/ebus/webapp/static/index.html @@ -8,8 +8,9 @@ </head> <body> <div id="ebusgraph"></div> + <div id="options"> + <div id="sensorpicker"></div> + </div> <div id="overview"></div> - <div id="ausblenden">ausblenden</div> - <div id="einblenden">einblenden</div> </body> </html> |