diff --git a/monkey_island/cc/ui/src/components/Main.js b/monkey_island/cc/ui/src/components/Main.js index 36f57387e..34e6f0137 100644 --- a/monkey_island/cc/ui/src/components/Main.js +++ b/monkey_island/cc/ui/src/components/Main.js @@ -106,7 +106,7 @@ class AppComponent extends React.Component {
  • - + 5. Start Over
  • diff --git a/monkey_island/cc/ui/src/components/pages/MapPage.js b/monkey_island/cc/ui/src/components/pages/MapPage.js index c82c891b3..f59018425 100644 --- a/monkey_island/cc/ui/src/components/pages/MapPage.js +++ b/monkey_island/cc/ui/src/components/pages/MapPage.js @@ -165,21 +165,10 @@ class MapPageComponent extends React.Component {

    Infection Map

    + + + -
    - Legend: - Exploit - Scan - Tunnel - Island Communication -
    -
    -
    - 2017-10-16 16:00:05 - monkey-elastic - bla bla -
    -
    diff --git a/monkey_island/cc/ui/src/styles/App.css b/monkey_island/cc/ui/src/styles/App.css index 6bcf49367..300e14cf8 100644 --- a/monkey_island/cc/ui/src/styles/App.css +++ b/monkey_island/cc/ui/src/styles/App.css @@ -270,33 +270,6 @@ body { background: #d30d09; } -.telemetry-console { - z-index: 2; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 70px; - background: rgba(0,0,0,0.7); - border-radius: 5px; - border: 3px solid #aaa; - padding: 0.5em; - color: white; - font-family: Consolas, "Courier New", monospace; -} - -.telemetry-console .date { - color: #ccc; -} - -.telemetry-console .source { - font-weight: bold; -} - -.map-legend { - -} - /* * Full Logs Page */