Show email records for manual dns

Fixes #151
This commit is contained in:
Girish Ramakrishnan
2016-12-29 11:32:41 -08:00
parent cf7cef19f9
commit 3236f70d8b

View File

@@ -293,7 +293,7 @@
</div>
<br/>
<div class="row">
<div class="col-md-12" ng-show="mailConfig.enabled && dnsConfig.provider === 'noop'">
<div class="col-md-12" ng-show="mailConfig.enabled && (dnsConfig.provider === 'noop' || dnsConfig.provider === 'manual')">
Set the following DNS records for <b><tt>{{ config.fqdn }}</tt></b> to guarantee email functionality.
<div ng-repeat="record in expectedDnsRecordsTypes">