diff options
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> |