]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Tweak scan result layout for small devices 4762/head
authormoisseev <moiseev@mezonplus.ru>
Thu, 28 Dec 2023 11:31:49 +0000 (14:31 +0300)
committermoisseev <moiseev@mezonplus.ru>
Thu, 28 Dec 2023 11:31:49 +0000 (14:31 +0300)
interface/js/app/upload.js

index 086c6025e9327472f5e367f14596f6eddb31c2eb..e5ddb1c8438141eef7f98580d3520f54443d7358 100644 (file)
@@ -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",