Преглед изворни кода

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

tags/1.9.0
Alexander Moisseev пре 5 година
родитељ
комит
d1441f3f22
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      interface/js/app/history.js

+ 2
- 2
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",

Loading…
Откажи
Сачувај