Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
door7302 committed Mar 3, 2024
1 parent 23c191a commit ea8b117
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 77 deletions.
2 changes: 2 additions & 0 deletions html/templates/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ <h4 class="card-title">Telemetry sensor Analyzer</h4>
</label>
</div>
</form>
<div class="d-flex justify-content-center align-items-center">
<input class="btn btn-primary" type="submit" value="Analyze path" name="browse" id="browse"
style="margin: 10px;margin-right: 0;margin-bottom: 0;margin-left: 0;">
</div>
</div>
</div>
<div class="card">
Expand Down
7 changes: 5 additions & 2 deletions html/templates/cred.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,13 @@ <h4 class="card-title">Certificats Management for gNMI (Telegraf client side con
see README)?
</label>
</div>
</select></form><input onclick="saveCred();" class="btn btn-primary" type="submit" value="Update"
name="addB" style="margin: 10px;margin-right: 0;margin-bottom: 0;margin-left: 0;">
</select>
</form>
<div class="d-flex justify-content-center align-items-center">
<input onclick="saveCred();" class="btn btn-primary" type="submit" value="Update" name="addB">
</div>
</div>
</div>

<script src="js/jquery-3.6.4.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions html/templates/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ <h4 class="card-title">Profile associations Management</h4>
{{end}}
</select>
</form>

<input onclick="addAsso();" class="btn btn-primary" type="submit" value="Create association" name="addB"
style="margin: 10px;margin-right: 0;margin-bottom: 0;margin-left: 0;">
<div class="d-flex justify-content-center align-items-center">
<input onclick="addAsso();" class="btn btn-primary" type="submit" value="Create association" name="addB">
</div>
</div>


Expand Down
8 changes: 5 additions & 3 deletions html/templates/routers.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ <h4 class="card-title">Router Management</h4>
<form><label class="form-label">Short Name:</label><input id="Shortname" class="form-control" type="text">
</form>
<form><label class="form-label" style="margin-top: 10px;">Hostname or IP:</label><input id="Hostname"
class="form-control" type="text"></form>
<input onclick="addRouter();" class="btn btn-primary" type="submit" value="Add Router" name="addB"
style="margin: 10px;margin-right: 0;margin-bottom: 0;margin-left: 0;">
class="form-control" type="text">
</form>
<div class="d-flex justify-content-center align-items-center">
<input onclick="addRouter();" class="btn btn-primary" type="submit" value="Add Router" name="addB">
</div>
</div>
</div>
<div class="card">
Expand Down
69 changes: 0 additions & 69 deletions html/templates/test.html

This file was deleted.

0 comments on commit ea8b117

Please sign in to comment.