firewalletbrowser/templates/components/dns-output.html
Nathan Woodburn 441a0274ff
All checks were successful
Build Docker / Build Image (push) Successful in 32s
feat: Added more inputs and outputs
2024-02-04 15:08:24 +11:00

13 lines
256 B
HTML

<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
{{dns | safe}}
</tbody>
</table>
</div>