Skip to content

Commit aef6c38

Browse files
committed
Fix the headers order #276
Signed-off-by: tdruez <[email protected]>
1 parent 7da220c commit aef6c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component_catalog/templates/component_catalog/tabs/tab_package_set.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<thead>
55
<tr>
66
<th>{% trans 'Package URL' %}</th>
7-
<th>{% trans 'Download URL' %}</th>
87
<th>{% trans 'Filename' %}</th>
8+
<th>{% trans 'Download URL' %}</th>
99
<th>{% trans 'Concluded license' %}</th>
1010
</tr>
1111
</thead>

0 commit comments

Comments
 (0)