forked from p15670423/monkey
Moved report header to common components in folder
This commit is contained in:
parent
197ac585e8
commit
918d86c4d9
|
@ -12,7 +12,7 @@ import AuthComponent from '../AuthComponent';
|
|||
import PassTheHashMapPageComponent from "./PassTheHashMapPage";
|
||||
import StrongUsers from "components/report-components/StrongUsers";
|
||||
import AttackReport from "components/report-components/AttackReport";
|
||||
import ReportHeader, { ReportTypes } from "../report-components/ReportHeader";
|
||||
import ReportHeader, { ReportTypes } from "../report-components/common/ReportHeader";
|
||||
|
||||
let guardicoreLogoImage = require('../../images/guardicore-logo.png');
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import {Button, Col} from 'react-bootstrap';
|
||||
import AuthComponent from '../AuthComponent';
|
||||
import ReportHeader, { ReportTypes } from "../report-components/ReportHeader";
|
||||
import ReportHeader, { ReportTypes } from "../report-components/common/ReportHeader";
|
||||
import ZeroTrustReportPillarGrades from "../report-components/zerotrust/ZeroTrustReportPillarGrades";
|
||||
|
||||
class ZeroTrustReportPageComponent extends AuthComponent {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import React, {Component} from "react";
|
||||
import {Col} from "react-bootstrap";
|
||||
|
||||
let monkeyLogoImage = require('../../images/monkey-icon.svg');
|
||||
let monkeyLogoImage = require('../../../images/monkey-icon.svg');
|
||||
|
||||
export const ReportTypes = {
|
||||
zeroTrust: "Zero Trust",
|
Loading…
Reference in New Issue