Rename and number pages

This commit is contained in:
Itay Mizeretz 2017-10-17 15:03:26 +03:00
parent 5121a4fe54
commit d726738868
6 changed files with 7 additions and 7 deletions

View File

@ -101,7 +101,7 @@ class AppComponent extends React.Component {
<li>
<NavLink to="/report">
<span className="number">4.</span>
Pen. Test Report
Security Report
</NavLink>
</li>
<li>
@ -115,7 +115,7 @@ class AppComponent extends React.Component {
<hr/>
<ul>
<li><NavLink to="/configure">Configuration</NavLink></li>
<li><NavLink to="/infection/telemetry">Monkey Telemetry</NavLink></li>
<li><NavLink to="/infection/telemetry">Log</NavLink></li>
</ul>
<hr/>

View File

@ -161,7 +161,7 @@ class MapPageComponent extends React.Component {
<div>
{this.renderKillDialogModal()}
<Col xs={12} lg={8}>
<h1 className="page-title">Infection Map</h1>
<h1 className="page-title">3. Infection Map</h1>
</Col>
<Col xs={8}>
<div className="map-legend">

View File

@ -9,7 +9,7 @@ class ReportPageComponent extends React.Component {
render() {
return (
<Col xs={12} lg={8}>
<h1 className="page-title">Penetration Test Report</h1>
<h1 className="page-title">4. Security Report</h1>
<div style={{'fontSize': '1.2em'}}>
<p>
Under construction

View File

@ -136,7 +136,7 @@ class RunMonkeyPageComponent extends React.Component {
render() {
return (
<Col xs={12} lg={8}>
<h1 className="page-title">Run the Monkey</h1>
<h1 className="page-title">2. Run the Monkey</h1>
<p style={{'marginBottom': '2em', 'fontSize': '1.2em'}}>
Go ahead and run the monkey!
<i> (Or make further adjustments by <Link to="/configure">configuring the monkey</Link>)</i>

View File

@ -17,7 +17,7 @@ class RunServerPageComponent extends React.Component {
render() {
return (
<Col xs={12} lg={8}>
<h1 className="page-title">Monkey Island C&C Server</h1>
<h1 className="page-title">1. Monkey Island C&C Server</h1>
<div style={{'fontSize': '1.2em'}}>
<p style={{'marginTop': '30px'}}>Congrats! You have successfully set up the Monkey Island server. &#x1F44F; &#x1F44F;</p>
<p>

View File

@ -30,7 +30,7 @@ class TelemetryPageComponent extends React.Component {
render() {
return (
<Col xs={12} lg={8}>
<h1 className="page-title">Monkey Telemetry</h1>
<h1 className="page-title">Log</h1>
<div className="data-table-container">
<DataTable
keys="name"