diff options
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r-- | interface/js/app/history.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 30fa06700..66e94a989 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -390,7 +390,10 @@ define(["jquery", "app/rspamd", "d3", "footable"], style: {"font-size": "11px", "width": 300, "maxWidth": 300}, sortValue: function (val) { return Number(val.options.sortValue); } }, - {name:"type", title:"Worker type", breakpoints:"xs sm", style:{"font-size":"11px", "width":150, "maxWidth":150}}, + {name:"type", + title:"Worker type", + breakpoints:"xs sm", + style:{"font-size":"11px", "width":150, "maxWidth":150}}, {name:"pid", title:"PID", breakpoints:"xs sm", style:{"font-size":"11px", "width":110, "maxWidth":110}}, {name:"module", title:"Module", style:{"font-size":"11px"}}, {name:"id", title:"Internal ID", style:{"font-size":"11px"}}, |