Skip to content

Commit

Permalink
Domains: Add warning for wrong DNS config for a mapped domain
Browse files Browse the repository at this point in the history
This enables the warning also on the individual domain's view, not only
on the main list.
  • Loading branch information
Igor Klimer committed Aug 15, 2016
1 parent 95ae8cb commit b174f2d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,14 @@ const RegisteredDomain = React.createClass( {
return <DomainWarnings
domain={ this.props.domain }
selectedSite={ this.props.selectedSite }
ruleWhiteList={ [ 'expiredDomains', 'expiringDomains', 'newDomainsWithPrimary', 'newDomains', 'pendingGappsTosAcceptanceDomains' ] }/>;
ruleWhiteList={ [
'expiredDomains',
'expiringDomains',
'newDomainsWithPrimary',
'newDomains',
'pendingGappsTosAcceptanceDomains',
'wrongNSMappedDomains'
] }/>;
},

getVerticalNav() {
Expand Down

0 comments on commit b174f2d

Please sign in to comment.