Skip to content

Commit

Permalink
Merge pull request #2662 from moisseev/webui
Browse files Browse the repository at this point in the history
[Minor] Add tooltip to "Scan time" column header
  • Loading branch information
vstakhov committed Dec 4, 2018
2 parents b938431 + d1441f3 commit a333905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/js/app/history.js
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a333905

Please sign in to comment.