1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

document the DNS API in the control panel

see #140, #155, df20d447a9
This commit is contained in:
Joshua Tauberer
2014-08-25 23:52:34 +00:00
parent ed8ce16fb5
commit b76cbae5a0
2 changed files with 41 additions and 9 deletions

View File

@@ -79,7 +79,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">System <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#system_status" onclick="return show_panel(this);">Status Checks</a></li>
<li><a href="#system_external_dns" onclick="return show_panel(this);">External DNS (Advanced)</a></li>
<li><a href="#system_dns" onclick="return show_panel(this);">DNS (Advanced)</a></li>
</ul>
</li>
<li class="dropdown active">
@@ -109,8 +109,8 @@
{% include "system-status.html" %}
</div>
<div id="panel_system_external_dns" class="container panel">
{% include "system-external-dns.html" %}
<div id="panel_system_dns" class="container panel">
{% include "system-dns.html" %}
</div>
<div id="panel_login" class="panel">