diff --git a/swh/web/templates/api/endpoints.html b/swh/web/templates/api/endpoints.html --- a/swh/web/templates/api/endpoints.html +++ b/swh/web/templates/api/endpoints.html @@ -83,7 +83,7 @@ $('table.swh-table').DataTable({ "paging": false, "info": false, - "order": [[1, "asc"]] + "order": [[0, "asc"]] }); });