diff options
author | root <root@colazero.tele.tg18.gathering.org> | 2018-03-26 13:04:05 +0200 |
---|---|---|
committer | root <root@colazero.tele.tg18.gathering.org> | 2018-03-26 13:04:05 +0200 |
commit | be54730288b9925003e88788e65f11199cc8292b (patch) | |
tree | f5a96e9b34fa43fb1fc36cc6923c346d75ed9f5f /web/index.html | |
parent | d6a5794527b555dca86be61c757d24bb86930dd3 (diff) |
Mange dager med rot på TG18
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 2fee54f..7b07f09 100644 --- a/web/index.html +++ b/web/index.html @@ -143,6 +143,7 @@ <div class="span3 col-lg-6"> <textarea id="template-input" class="form-control" cols="80" rows="25"></textarea> <div class="form-inline"> + https://gondul.tg.lol/api/templates/ <div class="form-group"> <select onchange="nmsTemplate.fromFile(this.value)" class="form-control" id="nmsTemplate-select"> <option value="">Select template</option> @@ -150,7 +151,7 @@ </div> <div class="form-group"> <label for="template-query-params">Query parameters</label> - <input type="text" class="form-control" id="template-query-params" value="?switch=e13-1&foo=bar" /> + <input type="text" class="form-control" id="template-query-params" value="?a=r1.ring:ge-1/0/2.0:mgmt+irb.666" /> </div> <div class="form-group"> <button onclick="nmsTemplate.test()" class="btn btn-primary">Test</button> @@ -158,7 +159,7 @@ </div> </div> <div class="span3 col-lg-6"> - <textarea id="template-output" class="form-control" disabled cols="80" rows="25"></textarea> + <textarea id="template-output" class="form-control" readonly cols="80" rows="25"></textarea> </div> </div> </div> |