]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add tooltip to "Scan time" column header 2662/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 4 Dec 2018 06:58:11 +0000 (09:58 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 4 Dec 2018 06:58:11 +0000 (09:58 +0300)
interface/js/app/history.js

index fda16e245362162616d53d3016529810bcb865d2..d6e96f3e4a3e10be02889c1f52494a42ab01db56 100644 (file)
@@ -396,7 +396,7 @@ define(["jquery", "footable", "humanize"],
                 formatter: Humanize.compactInteger
             }, {
                 name: "scan_time",
-                title: "Scan time",
+                title: '<span title="real / virtual">Scan time</span>',
                 breakpoints: "xs sm md",
                 style: {
                     "font-size": "11px",
@@ -484,7 +484,7 @@ define(["jquery", "footable", "humanize"],
                 formatter: Humanize.compactInteger
             }, {
                 name: "scan_time",
-                title: "Scan time",
+                title: '<span title="real / virtual">Scan time</span>',
                 breakpoints: "xs sm",
                 style: {
                     "font-size": "11px",