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

formatter: Humanize.compactInteger formatter: Humanize.compactInteger
}, { }, {
name: "scan_time", name: "scan_time",
title: "Scan time",
title: '<span title="real / virtual">Scan time</span>',
breakpoints: "xs sm md", breakpoints: "xs sm md",
style: { style: {
"font-size": "11px", "font-size": "11px",
formatter: Humanize.compactInteger formatter: Humanize.compactInteger
}, { }, {
name: "scan_time", name: "scan_time",
title: "Scan time",
title: '<span title="real / virtual">Scan time</span>',
breakpoints: "xs sm", breakpoints: "xs sm",
style: { style: {
"font-size": "11px", "font-size": "11px",

Loading…
Cancel
Save