diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-04-19 19:20:59 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-04-19 19:20:59 (GMT) |
commit | 0c0c66adf29b6e3830b67b03a21b77dfb1cbfabf (patch) | |
tree | 2a03727d81f0b5b9720af7033410fa7255e6aca6 /www/index.html | |
parent | 7eed6d7aa3bb7b0ee22fa3cf310976cfbeaf46b8 (diff) | |
parent | f66535fef191f9183fde73a6eeb01e8678593c7e (diff) |
Merge branch 'master' of ssh://git@git.helsinki.at:2342/rhwebimport.git into websocket
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index eb8e3d2..68b2d36 100644 --- a/www/index.html +++ b/www/index.html @@ -160,7 +160,10 @@ <strong>Tag:</strong> <span id="show-dow"></span> </div> <div class="col-md-2"> - <strong>Rythmus:</strong> <span id="show-rhythm"></span> + <strong>Rythmus:</strong> <span id="show-rhythm-w1" class="label label-default">1</span> + <span id="show-rhythm-w2" class="label label-default">2</span> + <span id="show-rhythm-w3" class="label label-default">3</span> + <span id="show-rhythm-w4" class="label label-default">4</span> </div> <div class="col-md-2"> <strong>Startzeit:</strong> <span id="show-starttime"></span> |