Move logs button to separate section
This commit is contained in:
@@ -501,6 +501,8 @@
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-show="selectedDomain.provider !== 'caas' && selectedDomain.mailConfig.relay.provider === 'cloudron-smtp'">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4>DNS Status</h4>
|
||||
|
||||
Set the following DNS records to guarantee email delivery:
|
||||
|
||||
<br/><br/>
|
||||
@@ -528,22 +530,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-left" ng-show="selectedDomain.provider !== 'caas'">
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-show="selectedDomain.provider !== 'caas'">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4>Email Server Logs</h4>
|
||||
<p>
|
||||
Logs are for all email domains on this Cloudron.
|
||||
</p>
|
||||
<button type="button" class="btn btn-primary" ng-click="showLogs()">Show Logs</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4>SMTP Status</h4>
|
||||
@@ -593,6 +582,21 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div class="card card-large" style="margin-bottom: 15px;" ng-show="selectedDomain.provider !== 'caas'">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4>Email Server Logs</h4>
|
||||
<p>
|
||||
Logs are for all email domains on this Cloudron.
|
||||
</p>
|
||||
<button type="button" class="btn btn-primary" ng-click="showLogs()">Show Logs</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</uib-tab>
|
||||
</uib-tabset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user