From d1441f3f222d81d0357508ca0ab9e902994695e2 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 4 Dec 2018 09:58:11 +0300 Subject: [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: '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", -- cgit v1.2.3