diff options
author | Frederick Muriuki Muriithi | 2025-03-10 17:26:18 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-10 17:26:18 -0500 |
commit | 973ee9c3ff7ee8ad730ab0abfd9eeff97bf0f261 (patch) | |
tree | 322de8a0d0d8866b0d871593046028bcd4f5f634 /uploader/templates | |
parent | fb416cd184cda8b0e308b660b69a5e09ebdf2fd7 (diff) | |
download | gn-uploader-973ee9c3ff7ee8ad730ab0abfd9eeff97bf0f261.tar.gz |
Provide UI buttons for various actions on the table.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 103ab02..38a4d11 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -61,7 +61,15 @@ phenotype's data.</p> <p>Use the search to filter through all the phenotypes and find specific phenotypes of interest.</p> +</div> + +<div class="row"> + <div style="padding-bottom: 0.5em;"> + <a href="#" class="btn btn-info" id="btn-phenotypes-list-select-all">select all</a> + <a href="#" class="btn btn-info" id="btn-phenotypes-list-deselect-all">deselect all</a> + <a href="#" class="btn btn-info" id="btn-phenotypes-list-edit">edit</a> + </div> <table id="tbl-phenotypes-list" class="table compact stripe cell-border"> <thead> <tr> |