mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-26 02:03:24 +01:00
Adds missing IDs to progress loader, refined DnsServer comp
This commit is contained in:
parent
9df4528d19
commit
e0d33ea9c5
@ -1,7 +1,7 @@
|
||||
|
||||
import { Card } from 'components/Form/Card';
|
||||
import Heading from 'components/Form/Heading';
|
||||
import Row, { ExpandableRow, RowProps } from 'components/Form/Row';
|
||||
import Row from 'components/Form/Row';
|
||||
import colors from 'styles/colors';
|
||||
|
||||
const cardStyles = `
|
||||
@ -15,7 +15,6 @@ const cardStyles = `
|
||||
|
||||
const DnsServerCard = (props: {data: any, title: string, actionButtons: any }): JSX.Element => {
|
||||
const dnsSecurity = props.data;
|
||||
console.log(dnsSecurity);
|
||||
return (
|
||||
<Card heading={props.title} actionButtons={props.actionButtons} styles={cardStyles}>
|
||||
{dnsSecurity.dns.map((dns: any, index: number) => {
|
||||
|
@ -186,6 +186,9 @@ const jobNames = [
|
||||
'headers',
|
||||
'domain',
|
||||
'dns',
|
||||
'dns-server',
|
||||
'domain-lookup',
|
||||
'tech-stack',
|
||||
'hosts',
|
||||
'lighthouse',
|
||||
'cookies',
|
||||
|
Loading…
Reference in New Issue
Block a user