From: moisseev Date: Thu, 28 Dec 2023 11:31:49 +0000 (+0300) Subject: [WebUI] Tweak scan result layout for small devices X-Git-Tag: 3.8.0~17^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0ecc1fe07c4c04a2920c0435a0211e912a81959;p=rspamd.git [WebUI] Tweak scan result layout for small devices --- diff --git a/interface/js/app/upload.js b/interface/js/app/upload.js index 086c6025e..e5ddb1c84 100644 --- a/interface/js/app/upload.js +++ b/interface/js/app/upload.js @@ -90,7 +90,8 @@ define(["jquery", "app/common", "app/libft"], style: {minwidth: 82} }, { name: "passthrough_module", - title: '
Pass-through module
' + title: '
Pass-through module
', + breakpoints: "xs sm md" }, { name: "score", title: "Score", @@ -119,6 +120,7 @@ define(["jquery", "app/common", "app/libft"], style: {maxWidth: 72}, sortValue: function (val) { return Number(val); } }, { + classes: "history-col-time", sorted: true, direction: "DESC", name: "time",