Fix email view flickering while not eveything has loaded yet

This commit is contained in:
Johannes Zellner
2017-06-05 14:22:34 +02:00
parent 4aaeccecbd
commit 571abc56fe

View File

@@ -58,13 +58,13 @@
</div>
</div>
<div class="section-header" ng-show="(dnsConfig.provider !== 'caas')">
<div class="section-header" ng-show="dnsConfig.provider && dnsConfig.provider !== 'caas'">
<div class="text-left">
<h3>DNS Records</h3>
</div>
</div>
<div class="card" style="margin-bottom: 15px;" ng-show="(dnsConfig.provider !== 'caas')">
<div class="card" style="margin-bottom: 15px;" ng-show="dnsConfig.provider && dnsConfig.provider !== 'caas'">
<div class="row">
<div class="col-md-12">
Set the following DNS records to guarantee email delivery: