From: Alexander Moisseev Date: Tue, 4 Dec 2018 06:58:11 +0000 (+0300) Subject: [Minor] Add tooltip to "Scan time" column header X-Git-Tag: 1.9.0~489^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2662%2Fhead;p=thirdparty%2Frspamd.git [Minor] Add tooltip to "Scan time" column header --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index fda16e2453..d6e96f3e4a 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: 'Scan time', 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: 'Scan time', breakpoints: "xs sm", style: { "font-size": "11px",