refine frontend for adding a new DNS record

This commit is contained in:
2026-05-14 18:43:00 -04:00
parent b6116d5183
commit 977dbc27f6
+5 -1
View File
@@ -1,4 +1,6 @@
<form action="/dns/new/{{domain.id}}">
<p>Add a new DNS record to {{domain.domain}}.{{domain.tld}}</p>
<form action="/dns/new/{{domain.id}}" method="post">
<label for="dns_record_type">Type</label>
<br>
<select name="dns_record_type" id="dns_record_type">
@@ -28,4 +30,6 @@
<input type="number" name="dns_record_ttl" id="dns_record_ttl">
<!--<![endif]-->
<br><br>
<input type="submit" class="DefaultButton">
</form>