diff --git a/monkey_island/cc/ui/src/components/pages/MapPage.js b/monkey_island/cc/ui/src/components/pages/MapPage.js
index b2023561b..018b090e5 100644
--- a/monkey_island/cc/ui/src/components/pages/MapPage.js
+++ b/monkey_island/cc/ui/src/components/pages/MapPage.js
@@ -174,6 +174,13 @@ class MapPageComponent extends React.Component {
|
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 98dc1be0e..2f7ceed1e 100644
--- a/monkey_island/cc/ui/src/styles/App.css
+++ b/monkey_island/cc/ui/src/styles/App.css
@@ -270,6 +270,29 @@ 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 {
font-size: 18px;
}