Switch to side-by-side view

--- a/tool/run/plugins/basic/status.java
+++ b/tool/run/plugins/basic/status.java
@@ -159,7 +159,7 @@
         
         // include the log history so far
         String logHistory = "";
-        if(task.getLogHistory().size() > 0){
+        if(task.getLogHistory().size() > 1){
             logHistory = html.h3("Log");
             String lastItem = "";
             for(String logItem : task.getLogHistory()){