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