diff options
Diffstat (limited to 'uploader/templates/phenotypes/view-dataset.html')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index f8c0790..2487faf 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -128,15 +128,19 @@ { select: "multi+shift", layout: { - top1: "search", - topStart: { + top2: { buttons: [ {extend: "selectAll", className: "btn btn-info"}, {extend: "selectNone", className: "btn btn-info"} ] }, - topEnd: "info", - bottomEnd: null + top1Start: { + pageLength: { + text: "Show _MENU_ of _TOTAL_" + } + }, + topStart: "info", + top1End: null }, rowId: function(pheno) { return `${pheno.InbredSetCode}_${pheno.xref_id}`; |