limit table rows in log window
[plstackapi.git] / planetstack / core / xoslib / static / js / xoslib / xosHelper.js
index 98dfb88..99e47e7 100644 (file)
@@ -116,6 +116,8 @@ XOSApplication = Marionette.Application.extend({
             $(this.statusMsgId).html( templateFromId("#xos-status-template")(result) );
         }
 
+        limitTableRows(this.logTableId, 5);
+
         return logMessageId;
     },