10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-10-02 22:40:59 +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) 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) dtb.appendChild(row)
} }
await reloadStat() await reloadStat()
@ -197,6 +202,7 @@ draft: false
<th>Code</th> <th>Code</th>
<th>Method</th> <th>Method</th>
<th>Reference</th> <th>Reference</th>
<th>File</th>
</thead> </thead>
<tbody id="dat_table_b"> <tbody id="dat_table_b">
</tbody> </tbody>