Implement floating drilldown modals
This commit is contained in:
@@ -95,6 +95,7 @@ urlpatterns = [
|
||||
##
|
||||
# path("drilldown/", Drilldown.as_view(), name="drilldown"),
|
||||
path("modal/", ThresholdInfoModal.as_view(), name="modal_drilldown"),
|
||||
path("modal/<str:type>/", ThresholdInfoModal.as_view(), name="modal_drilldown"),
|
||||
path("context/", DrilldownContextModal.as_view(), name="modal_context"),
|
||||
path("context_table/", DrilldownContextModal.as_view(), name="modal_context_table"),
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user