Properly swap modal context table and keep scroll position

This commit is contained in:
2022-08-09 07:20:30 +01:00
parent 3e92d17097
commit 83cd5e7ee7
6 changed files with 71 additions and 52 deletions

View File

@@ -89,6 +89,7 @@ urlpatterns = [
# path("drilldown/", Drilldown.as_view(), name="drilldown"),
path("modal/", ThresholdInfoModal.as_view(), name="modal_drilldown"),
path("context/", DrilldownContextModal.as_view(), name="modal_context"),
path("context_table/", DrilldownContextModal.as_view(), name="modal_context_table"),
##
path("ui/insights/", Insights.as_view(), name="insights"),
path("ui/insights/search/", InsightsSearch.as_view(), name="search_insights"),