Added settings, proper record renaming

This commit is contained in:
Magnus Åhall 2026-02-25 14:19:06 +01:00
parent 2ae93b6fd4
commit 7d7c0c9570
10 changed files with 444 additions and 85 deletions

View file

@ -9,6 +9,7 @@
<script type="importmap">
{
"imports": {
"@mbus": "/js/{{ .Data.VERSION }}/mbus.mjs"
}
}
</script>

View file

@ -6,7 +6,4 @@ window._app = new Application({{ .Data.DNSRecords }})
<h1>{{ .Data.Identity }}</h1>
<div id="records-tree">
</div>
{{ end }}