From ca2b44f699bfd09918485444aa6e1e5bf5e09d10 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sun, 24 Dec 2023 10:10:05 +0300 Subject: [PATCH] [WebUI] Show pass-through module in scan result --- interface/js/app/upload.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/js/app/upload.js b/interface/js/app/upload.js index 47d9e816f..773052caf 100644 --- a/interface/js/app/upload.js +++ b/interface/js/app/upload.js @@ -92,6 +92,12 @@ define(["jquery", "app/rspamd"], "font-size": "11px", "minwidth": 82 } + }, { + name: "passthrough_module", + title: '
Pass-through module
', + style: { + "font-size": "11px" + } }, { name: "score", title: "Score", -- 2.39.5