Skip to content

Commit

Permalink
clean up buttons in dl table
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Nov 20, 2024
1 parent 72d1541 commit 7e78ef3
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 @@ -390,7 +390,7 @@
keys.forEach((key, i) => {
rs.push(slide[key]);
});
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>`;
const btn = `<button class="btn" data-id='${rs[0]}' onclick='downloadSlide(this)'>Download</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 7e78ef3

Please sign in to comment.