Przeglądaj źródła

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

tags/1.9.0
Alexander Moisseev 5 lat temu
rodzic
commit
d1441f3f22
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      interface/js/app/history.js

+ 2
- 2
interface/js/app/history.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz