forked from p34709852/monkey
Renamed overview to section
This commit is contained in:
parent
f05178baeb
commit
cdc72eace7
|
@ -8,7 +8,7 @@ import {FindingsTable} from "./FindingsTable";
|
||||||
class FindingsSection extends Component {
|
class FindingsSection extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div id="findings-overview">
|
<div id="findings-section">
|
||||||
<h2>Findings</h2>
|
<h2>Findings</h2>
|
||||||
<p>
|
<p>
|
||||||
Deep-dive into the details of each test, and see the explicit events and exact timestamps in which things
|
Deep-dive into the details of each test, and see the explicit events and exact timestamps in which things
|
||||||
|
|
|
@ -4,8 +4,7 @@ import * as PropTypes from "prop-types";
|
||||||
|
|
||||||
export default class RecommendationsSection extends Component {
|
export default class RecommendationsSection extends Component {
|
||||||
render() {
|
render() {
|
||||||
|
return <div id="recommendations-section">
|
||||||
return <div id="recommendations-overview">
|
|
||||||
<h2>Recommendations</h2>
|
<h2>Recommendations</h2>
|
||||||
<p>
|
<p>
|
||||||
Analyze each zero trust recommendation by pillar, and see if you've followed through with it. See test results
|
Analyze each zero trust recommendation by pillar, and see if you've followed through with it. See test results
|
||||||
|
|
Loading…
Reference in New Issue