whoops update column heading order after moving methods to 2nd pos

This commit is contained in:
Peter Stockings
2024-11-10 18:35:28 +11:00
parent 5bdb586a2c
commit 71bf4b640c

View File

@@ -65,8 +65,8 @@
<thead class="bg-gray-200"> <thead class="bg-gray-200">
<tr> <tr>
<th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-endpoint">Endpoint</th> <th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-endpoint">Endpoint</th>
<th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-url">URL</th>
<th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-methods">Methods</th> <th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-methods">Methods</th>
<th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-url">URL</th>
<th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-view_func">View Function <th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-view_func">View Function
</th> </th>
<th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-description">Description <th class="py-2 px-4 border-b text-left text-sm font-medium text-gray-700 col-description">Description