feat: Added more inputs and outputs

This commit is contained in:
2024-02-04 15:08:24 +11:00
parent 5bb4e1bc4c
commit 441a0274ff
9 changed files with 217 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
{{dns | safe}}
</tbody>
</table>
</div>