10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Add go to file for multipledataset

This commit is contained in:
Mickaël Véril 2019-10-02 18:19:24 +02:00
parent 877039ea75
commit 7186c7695d

View File

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