fix supportedRecordTypes select not working
This commit is contained in:
@@ -2,15 +2,19 @@
|
||||
<label for="dns_record_type">Type</label>
|
||||
<select name="dns_record_type" id="dns_record_type">
|
||||
{{#each supportedRecordTypes}}
|
||||
<option value="{{this}}">{{this}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
|
||||
<label for="dns_record_name">Name</label>
|
||||
<br>
|
||||
<input type="text" name="dns_record_name" id="dns_record_name">
|
||||
|
||||
<label for="dns_record_host">Host</label>
|
||||
<br>
|
||||
<input type="text" name="dns_record_host" id="dns_record_host">
|
||||
|
||||
<label for="dns_record_ttl">TTL</label>
|
||||
<br>
|
||||
<input type="text" name="dns_record_ttl" id="dns_record_ttl">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user