Spaces:
Sleeping
Sleeping
sachin1801 commited on
Commit ·
c8dd88f
1
Parent(s): 813441e
Add Actions column header to download page table
Browse files
webapp/templates/download.html
CHANGED
|
@@ -209,6 +209,7 @@
|
|
| 209 |
</span>
|
| 210 |
</th>
|
| 211 |
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th>
|
|
|
|
| 212 |
<th scope="col" id="sequence-header" class="hidden px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Sequence</th>
|
| 213 |
</tr>
|
| 214 |
</thead>
|
|
|
|
| 209 |
</span>
|
| 210 |
</th>
|
| 211 |
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Status</th>
|
| 212 |
+
<th scope="col" class="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Actions</th>
|
| 213 |
<th scope="col" id="sequence-header" class="hidden px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Sequence</th>
|
| 214 |
</tr>
|
| 215 |
</thead>
|