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

show the status of backups in the control panel

This commit is contained in:
Joshua Tauberer
2014-09-01 13:06:38 +00:00
parent 4ec6692f21
commit 3853e8dd93
5 changed files with 224 additions and 84 deletions

View File

@@ -85,7 +85,10 @@
<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_dns" onclick="return show_panel(this);">DNS (Advanced)</a></li>
<li><a href="#system_backup" onclick="return show_panel(this);">Backup Status</a></li>
<li class="divider"></li>
<li class="dropdown-header">Super Advanced Options</li>
<li><a href="#system_dns" onclick="return show_panel(this);">DNS (Custom/External)</a></li>
</ul>
</li>
<li class="dropdown active">
@@ -115,6 +118,10 @@
{% include "system-status.html" %}
</div>
<div id="panel_system_backup" class="container panel">
{% include "system-backup.html" %}
</div>
<div id="panel_system_dns" class="container panel">
{% include "system-dns.html" %}
</div>