diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-20 18:25:26 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-20 18:25:26 +0200 |
commit | 86bf244293bdb72b4bf27d3204d6984ab0c60a12 (patch) | |
tree | 549ad5b06c4c80349265d8e7f218df14340fc59a /web/index.html | |
parent | 746e73a9ea27dc90047ac26950c21f963bf99af5 (diff) |
Add rudimentary way of providing linknets.
Needs a lot of work, including the API side, possibly also the schema.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 63a9bd0..7617368 100644 --- a/web/index.html +++ b/web/index.html @@ -181,6 +181,14 @@ <div class="container-fluid" id="admin"> <div class="row-fluid" id="admin-row"> + <div> + <p>Add linknet</p> + <input id="admin-input-linknet1" type="text" placeholder="Switch 1" /> + <input id="admin-input-linknet2" type="text" placeholder="Switch 2" /> + <button class="btn btn-primary" + onclick="nmsAdmin.addLinknet()">Add</button> + </div> + <hr> </div> </div> <div class="container-fluid" id="oplog"> |