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 4d6d51d commit 36bc9f1Copy full SHA for 36bc9f1
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