From a147308b642839f8aca87bd85d9bd07741ffdcd5 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 2 Oct 2025 17:51:47 +1000 Subject: [PATCH] removed fields from PA_USER_STATE, no longer needed with new viewing logic --- templates/states.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/states.html b/templates/states.html index 4e4bb4d..0ec5345 100644 --- a/templates/states.html +++ b/templates/states.html @@ -69,24 +69,12 @@ {% for st in states %} - {{st.path_type}} - {% if st.path_type == 'Search' %} - "{{st.orig_search_term}}" - {% endif %} - {% if st.path_type == 'View' %} - (orig: id={{st.view_eid}} in {{st.orig_ptype}}) - {% if st.orig_ptype == 'Search' %} - "{{st.orig_search_term}}" - {% endif %} - {% endif %} - - + {{st.path_type}} {{st.noo}} {{st.how_many}} {{st.folders}} {{st.grouping}} {{st.size}} - {{st.st_offset}} {{st.root}} {{st.cwd}}