diff --git a/app/static/app/js/components/TaskListItem.jsx b/app/static/app/js/components/TaskListItem.jsx
index 24b25e86..575834a8 100644
--- a/app/static/app/js/components/TaskListItem.jsx
+++ b/app/static/app/js/components/TaskListItem.jsx
@@ -502,13 +502,16 @@ class TaskListItem extends React.Component {
ref={domNode => this.console = domNode}
onAddLines={this.checkForCommonErrors}
/>
-
-
-
-
-
-
-
+
+
+
{showMemoryErrorWarning ?
It looks like your processing node ran out of memory. If you are using docker, make sure that your docker environment has enough RAM allocated. Alternatively, make sure you have enough physical RAM, reduce the number of images, make your images smaller, or reduce the max-concurrency parameter from the task's options. : ""}
diff --git a/app/static/app/js/css/TaskListItem.scss b/app/static/app/js/css/TaskListItem.scss
index 5229aa02..0087a050 100644
--- a/app/static/app/js/css/TaskListItem.scss
+++ b/app/static/app/js/css/TaskListItem.scss
@@ -96,4 +96,11 @@
.inline{
display: inline;
}
+
+ .console-buttons{
+ text-align: right;
+ a{
+ margin-left: 4px;
+ }
+ }
}
\ No newline at end of file
diff --git a/package.json b/package.json
index f6f76983..b5e5e545 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "WebODM",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "Open Source Drone Image Processing",
"main": "index.js",
"scripts": {