aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes/macro-display-preview-table.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-05-05 13:04:07 -0500
committerFrederick Muriuki Muriithi2025-05-05 16:20:09 -0500
commitbe33b005da747058e5e133e7c1edbf8dbca12705 (patch)
treecf02c6880d00eb0933aec5b43ace9ed9f62a1af0 /uploader/templates/phenotypes/macro-display-preview-table.html
parent7057f7ddd0c14790398f65ae7ca1acf10da5a52e (diff)
downloadgn-uploader-be33b005da747058e5e133e7c1edbf8dbca12705.tar.gz
Move previews below each item rather than being in the sidebar.
Diffstat (limited to 'uploader/templates/phenotypes/macro-display-preview-table.html')
-rw-r--r--uploader/templates/phenotypes/macro-display-preview-table.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/uploader/templates/phenotypes/macro-display-preview-table.html b/uploader/templates/phenotypes/macro-display-preview-table.html
index f54c53e..5a4c422 100644
--- a/uploader/templates/phenotypes/macro-display-preview-table.html
+++ b/uploader/templates/phenotypes/macro-display-preview-table.html
@@ -1,7 +1,7 @@
{%macro display_preview_table(tableid, filetype)%}
-<div class="card" style="max-width: 676px;">
+<div class="card">
<div class="card-body">
- <h5 class="card-title">Phenotypes '{{filetype | title}}' File Preview</h5>
+ <h5 class="card-title">{{filetype | title}}: File Preview</h5>
<div class="card-text" style="overflow: scroll;">
<table id="{{tableid}}" class="table table-condensed table-responsive">
<thead>
@@ -9,9 +9,7 @@
</tr>
<tbody>
<tr>
- <td class="data-row-template text-info">
- Provide a phenotype '{{filetype | lower}}' file to preview.
- </td>
+ <td class="data-row-template text-info"></td>
</tr>
</tbody>
</table>