diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-12-04 09:58:11 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-12-04 09:58:11 +0300 |
commit | d1441f3f222d81d0357508ca0ab9e902994695e2 (patch) | |
tree | 73f59445e9c7e9ed433bb4f63864a6434643fa73 /interface | |
parent | b9384315ad2be6d40f459e994859216d957cd359 (diff) | |
download | rspamd-d1441f3f222d81d0357508ca0ab9e902994695e2.tar.gz rspamd-d1441f3f222d81d0357508ca0ab9e902994695e2.zip |
[Minor] Add tooltip to "Scan time" column header
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/history.js | 4 |
1 files 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", |