diff options
author | marc <you@example.com> | 2011-07-23 19:23:37 +0200 |
---|---|---|
committer | marc <you@example.com> | 2011-07-23 19:23:37 +0200 |
commit | f85f93c6dda345321e821220f0a2b801194711dd (patch) | |
tree | e6de5cd16eb706936b3cfcafe7677f746d3bcee0 /ebus/webapp/static/index.html | |
parent | b6538e5d0f9b5fa58f8d94b33d8b7912471c0102 (diff) | |
download | ebus-alt-f85f93c6dda345321e821220f0a2b801194711dd.tar.gz ebus-alt-f85f93c6dda345321e821220f0a2b801194711dd.zip |
Auswählen vorkonfigurierter Sensoren
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> |