Browse Source

[Minor] Add tooltip to "Scan time" column header

tags/1.9.0
Alexander Moisseev 5 years ago
parent
commit
d1441f3f22
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      interface/js/app/history.js

+ 2
- 2
interface/js/app/history.js View File

@@ -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",

Loading…
Cancel
Save