commit d1441f3: [Minor] Add tooltip to "Scan time" column header
Alexander Moisseev
moiseev at mezonplus.ru
Thu Dec 27 18:28:03 UTC 2018
Author: Alexander Moisseev
Date: 2018-12-04 09:58:11 +0300
URL: https://github.com/rspamd/rspamd/commit/d1441f3f222d81d0357508ca0ab9e902994695e2 (refs/pull/2662/head)
[Minor] Add tooltip to "Scan time" column header
---
interface/js/app/history.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index fda16e245..d6e96f3e4 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -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",
More information about the Commits
mailing list