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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user