fix css for new dns page
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<form action="/dns/new/{{domain.id}}">
|
||||
<label for="dns_record_type">Type</label>
|
||||
<br>
|
||||
<select name="dns_record_type" id="dns_record_type">
|
||||
{{#each supportedRecordTypes}}
|
||||
<option value="{{this}}">{{this}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<br>
|
||||
|
||||
<label for="dns_record_name">Name</label>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user