fix css for new dns page

This commit is contained in:
2026-05-14 18:37:02 -04:00
parent a170d9be96
commit 715a6924e9
+2
View File
@@ -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>