WIP
This commit is contained in:
parent
36baaf0caf
commit
ad638acaf3
7 changed files with 120 additions and 37 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{{ define "page" }}
|
||||
<script type="module">
|
||||
import { Application } from "/js/{{ .Data.VERSION }}/dns.mjs"
|
||||
const app = new Application()
|
||||
</script>
|
||||
|
||||
<h1>{{ .Data.Identity }}</h1>
|
||||
|
||||
{{ range .Data.DNSRecords }}
|
||||
<div class="dns-record">{{ .NameReversed }}
|
||||
{{ end }}
|
||||
<div class="records-tree">
|
||||
{{ .Data.Tree }}
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue