Skip to content

Commit

Permalink
add preview button
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Nov 20, 2024
1 parent 5618bdc commit 36558cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labeling/downloadTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
keys.forEach((key, i) => {
rs.push(slide[key]);
});
const btn = `<button class="btn" data-id='${rs[0]}' onclick='downloadSlide(this)'>Download</button>`;
const btn = `<button class="btn" data-id='${rs[0]}' onclick='downloadSlide(this)'>Download</button> Select ROIs</button> &nbsp; <button style="background-color:#008000" class="btn" data-id='${rs[0]}' onclick='openGenericReview(this)'>Preview</button>`;
rs.push(btn);
return rs;
})
Expand Down

0 comments on commit 36558cf

Please sign in to comment.