diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-19 00:51:33 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-19 00:51:33 +0200 |
commit | 09d7bca0d14e07525eab302a12b3ab5e300bc94b (patch) | |
tree | 9f4e037b95e3f6952ea906ea2b90c297d4f97bb3 /web/index.html | |
parent | bfca34155afab12a75524de4fe664ff20808ec86 (diff) |
Tweak log entries and switch entries
Also: onclick handler for log entries.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index e823ef7..63a9bd0 100644 --- a/web/index.html +++ b/web/index.html @@ -166,10 +166,10 @@ </ul> <div class="navbar-form navbar-right gondul-is-private"> <div class="form-group"> - <input id="logbox-id" type="text" class="form-control" oninput='var x = document.getElementById("searchbox"); var y = document.getElementById("logbox-id"); x.value = y.value; x.oninput();' placeholder="System(s)" /> + <input id="logbox-id" type="text" size="8" class="form-control" oninput='var x = document.getElementById("searchbox"); var y = document.getElementById("logbox-id"); x.value = y.value; x.oninput();' placeholder="System(s)" /> </div> <div class="form-group"> - <input id="logbox" type="text" class="form-control" placeholder="Log" /> + <input id="logbox" type="text" size="30" class="form-control" placeholder="Log entry" /> </div> <button id="logbox-submit" class="btn btn-default" type="button" onclick="nmsOplog.commit();">Log</button> </div> |