commit f0ecc1f: [WebUI] Tweak scan result layout for small devices

moisseev moiseev at mezonplus.ru
Mon Jul 29 17:50:53 UTC 2024


Author: moisseev
Date: 2023-12-28 14:31:49 +0300
URL: https://github.com/rspamd/rspamd/commit/f0ecc1fe07c4c04a2920c0435a0211e912a81959 (refs/pull/4762/head)

[WebUI] Tweak scan result layout for small devices

---
 interface/js/app/upload.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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: '<div title="The module that has set the pre-result">Pass-through module</div>'
+                title: '<div title="The module that has set the pre-result">Pass-through module</div>',
+                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",


More information about the Commits mailing list