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