mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Add go to file for multipledataset
This commit is contained in:
parent
877039ea75
commit
7186c7695d
@ -159,6 +159,11 @@ draft: false
|
||||
}
|
||||
row.appendChild(td)
|
||||
}
|
||||
var lnkfile=document.createElement("a")
|
||||
lnkfile.target="_blank"
|
||||
lnkfile.innerText="Go to file"
|
||||
lnkfile.href=d.sourceFile.viewerUrl
|
||||
row.appendChild(lnkfile)
|
||||
dtb.appendChild(row)
|
||||
}
|
||||
await reloadStat()
|
||||
@ -197,6 +202,7 @@ draft: false
|
||||
<th>Code</th>
|
||||
<th>Method</th>
|
||||
<th>Reference</th>
|
||||
<th>File</th>
|
||||
</thead>
|
||||
<tbody id="dat_table_b">
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user