mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-16 23:51:11 +02:00
Adds logo asset, adds env var placeholders, adds 404 page
This commit is contained in:
@ -21,7 +21,7 @@ const DnsServerCard = (props: {data: any, title: string, actionButtons: any }):
|
||||
return (<>
|
||||
{ dnsSecurity.dns.length > 1 && <Heading as="h4" size="small" color={colors.primary}>DNS Server #{index+1}</Heading> }
|
||||
<Row lbl="IP Address" val={dns.address} />
|
||||
<Row lbl="Hostname" val={dns.hostname} />
|
||||
{ dns.hostname && <Row lbl="Hostname" val={dns.hostname} /> }
|
||||
<Row lbl="DoH Support" val={dns.dohDirectSupports ? '✅ Yes*' : '❌ No*'} />
|
||||
</>);
|
||||
})}
|
||||
|
Reference in New Issue
Block a user