diff options
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", |