Skip to content

Commit

Permalink
Add header to the files table
Browse files Browse the repository at this point in the history
Reference #1451 #2080 #2081
  • Loading branch information
rushirajnenuji committed Jan 19, 2023
1 parent b691d99 commit 71dea8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/templates/dataPackage.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
<% } %>

<thead id="data-package-table-head">

<tr class="table-header">
<th colspan="<%=colspan%>" class="table-header">
<%=title%>
</th>
</tr>

<!-- icon column -->
<th id="data-package-table-icon"></th>
<!-- Files column -->
Expand Down

0 comments on commit 71dea8f

Please sign in to comment.