diff --git a/monkey_island/cc/ui/src/components/pages/MapPage.js b/monkey_island/cc/ui/src/components/pages/MapPage.js index ef5ab9b9e..e9b3ebf32 100644 --- a/monkey_island/cc/ui/src/components/pages/MapPage.js +++ b/monkey_island/cc/ui/src/components/pages/MapPage.js @@ -165,10 +165,17 @@ class MapPageComponent extends React.Component {

Infection Map

- - - +
+ Legend: + Exploit + | + Scan + | + Tunnel + | + Island Communication +
diff --git a/monkey_island/cc/ui/src/images/map-legend.png b/monkey_island/cc/ui/src/images/map-legend.png deleted file mode 100644 index 4b7759a09..000000000 Binary files a/monkey_island/cc/ui/src/images/map-legend.png and /dev/null differ diff --git a/monkey_island/cc/ui/src/styles/App.css b/monkey_island/cc/ui/src/styles/App.css index 300e14cf8..98dc1be0e 100644 --- a/monkey_island/cc/ui/src/styles/App.css +++ b/monkey_island/cc/ui/src/styles/App.css @@ -270,6 +270,10 @@ body { background: #d30d09; } +.map-legend { + font-size: 18px; +} + /* * Full Logs Page */