diff --git a/src/views/cipp/CIPPSettings.js b/src/views/cipp/CIPPSettings.js index 00f32a33d958..68f9138561cb 100644 --- a/src/views/cipp/CIPPSettings.js +++ b/src/views/cipp/CIPPSettings.js @@ -65,9 +65,6 @@ const CIPPSettings = () => { setActive(4)} href="#"> Notifications - setActive(5)} href="#"> - DNS - @@ -82,9 +79,6 @@ const CIPPSettings = () => { - - - ) @@ -157,7 +151,7 @@ const GeneralSettings = () => {
- + Permissions Check @@ -181,7 +175,7 @@ const GeneralSettings = () => { - + Clear Cache @@ -206,8 +200,8 @@ const GeneralSettings = () => { - - + + Tenant Access Check @@ -240,6 +234,9 @@ const GeneralSettings = () => { + + +
) @@ -544,28 +541,36 @@ const DNSSettings = () => { return ( <> - {(editDnsConfigResult.isSuccess || editDnsConfigResult.isError) && ( - - {editDnsConfigResult.isSuccess - ? editDnsConfigResult.data.Results - : 'Error setting resolver'} - - )} {getDnsConfigResult.isUninitialized && getDnsConfig()} {getDnsConfigResult.isSuccess && ( - - DNS Resolver - - {resolvers.map((r, index) => ( - switchResolver(r)} - color={r === getDnsConfigResult.data.Resolver ? 'primary' : 'secondary'} - key={index} + + + DNS Resolver + + + Select a DNS resolver to use for Domain Analysis.
+ + {resolvers.map((r, index) => ( + switchResolver(r)} + color={r === getDnsConfigResult.data.Resolver ? 'primary' : 'secondary'} + key={index} + > + {r} + + ))} + + {(editDnsConfigResult.isSuccess || editDnsConfigResult.isError) && ( + - {r} -
- ))} -
+ {editDnsConfigResult.isSuccess + ? editDnsConfigResult.data.Results + : 'Error setting resolver'} + + )} +
)} diff --git a/src/views/tenant/standards/IndividualDomain.js b/src/views/tenant/standards/IndividualDomain.js index 2a18089d5c9d..46a8696a7a88 100644 --- a/src/views/tenant/standards/IndividualDomain.js +++ b/src/views/tenant/standards/IndividualDomain.js @@ -74,8 +74,10 @@ const IndividualDomainCheck = () => { return ( - - Email Security Domain Checker + + + Email Security Domain Checker +
{ const validationFails = results?.ValidationFails || [] return ( - - - {type} Results + + + + + {type} Results + {/* records and additional information is specific to each type