Update 'views/records/add.tt'

This commit is contained in:
mia 2019-02-23 06:05:36 +01:00
parent 8666dd06df
commit e2ceceed02
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<td> <td>
<select name="type" id="type"> <select name="type" id="type">
<%# TODO: machine generate this %> <%# TODO: machine generate this %>
<option value="">- Select -</option> <option value="" selected>- Select -</option>
<option value="A">A</option> <option value="A">A</option>
<option value="AAAA">AAAA</option> <option value="AAAA">AAAA</option>
<option value="CNAME">CNAME</option> <option value="CNAME">CNAME</option>
@ -68,7 +68,7 @@
</strong> </strong>
</td> </td>
<td> <td>
<input type="text" name="value" id="value" value="<% params.value | html_entity %>" /> <input type="text" name="value" id="value" value="<% params.value | html_entity %>" required/>
</td> </td>
</tr> </tr>
</table> </table>