the explanatory text for setting up secondary nameservers was hidden until a secondary nameserver is added, so that wasn't helpful

This commit is contained in:
Joshua Tauberer 2015-11-18 10:03:23 -05:00
parent 2f9fd09b2f
commit 59e9952a61
1 changed files with 3 additions and 1 deletions

View File

@ -82,11 +82,13 @@
<button type="submit" class="btn btn-primary">Update</button>
</div>
</div>
<div id="secondarydns-clear-instructions" class="form-group" style="display: none">
<div class="form-group">
<div class="col-sm-offset-1 col-sm-11">
<p class="small">
Multiple secondary servers can be separated with commas or spaces (i.e., <code>ns2.hostingcompany.com ns3.hostingcompany.com</code>).
To enable zone transfers to additional servers without listing them as secondary nameservers, add <code>xfr:IPADDRESS</code>.
</p>
<p id="secondarydns-clear-instructions" style="display: none" class="small">
Clear the input field above and click Update to use this machine itself as secondary DNS, which is the default/normal setup.
</p>
</div>