We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fd2b1 commit 6909fc5Copy full SHA for 6909fc5
interface/web/dns/templates/dns_soa_edit.htm
@@ -125,6 +125,10 @@ <h1><tmpl_var name="list_head_txt"></h1>
125
</div>
126
127
128
+ <div class="form-group">
129
+ <label for="update_acl" class="col-sm-3 control-label">{tmpl_var name='dnssec_info_txt'}</label>
130
+ <div class="col-sm-9"><textarea readonly="true" rows="5" class="form-control">{tmpl_var name='dnssec_info'}</textarea></div>
131
+ </div>
132
133
<input type="hidden" name="id" value="{tmpl_var name='id'}">
134
<input name="serial" type="hidden" value="{tmpl_var name='serial'}">
0 commit comments