refine frontend for adding a new DNS record
This commit is contained in:
@@ -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>
|
<label for="dns_record_type">Type</label>
|
||||||
<br>
|
<br>
|
||||||
<select name="dns_record_type" id="dns_record_type">
|
<select name="dns_record_type" id="dns_record_type">
|
||||||
@@ -28,4 +30,6 @@
|
|||||||
<input type="number" name="dns_record_ttl" id="dns_record_ttl">
|
<input type="number" name="dns_record_ttl" id="dns_record_ttl">
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
|
<input type="submit" class="DefaultButton">
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user