Skip to content

Commit

Permalink
#909 - Add header to annotation descriptions page
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Sep 29, 2023
1 parent 6308cd5 commit 5de6d53
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@
</div>
<div class="card-body">
<table class='annotations-table table'>
<tr>
<th>Name</th>
<th>Category</th>
<th>VEP field</th>
<th>VEP custom/plugin</th>
<th>Details</th>
</tr>
{% for v, columnvepfield in columns_and_vep.items %}
<tr class='annotation-row'>
<th>{{ v.pk }}
Expand Down

0 comments on commit 5de6d53

Please sign in to comment.