From 5bdb586a2cd79c18c932d7dfde09f638c296a358 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 10 Nov 2024 18:31:44 +1100 Subject: [PATCH] For endpoints page, remove faulty logic that attempted to persisted column view preferences and move Method column to 2nd pos --- templates/partials/endpoints_table.html | 66 +++++++++---------------- 1 file changed, 22 insertions(+), 44 deletions(-) diff --git a/templates/partials/endpoints_table.html b/templates/partials/endpoints_table.html index d182495..e89cc26 100644 --- a/templates/partials/endpoints_table.html +++ b/templates/partials/endpoints_table.html @@ -1,81 +1,59 @@
-
+
- + @@ -99,8 +77,8 @@ {% for route in routes %} {{ route.endpoint }} - {{ route.url }} {{ route.methods }} + {{ route.url }} {{ route.view_func }} {% if route.doc %}