Begin implementing context modal
This commit is contained in:
@@ -52,6 +52,7 @@ from core.views.manage.threshold.threshold import (
|
||||
|
||||
# Main tool pages
|
||||
from core.views.ui.drilldown import ( # DrilldownTableView,; Drilldown,
|
||||
DrilldownContextModal,
|
||||
DrilldownTableView,
|
||||
ThresholdInfoModal,
|
||||
)
|
||||
@@ -87,6 +88,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("ui/insights/", Insights.as_view(), name="insights"),
|
||||
path("ui/insights/search/", InsightsSearch.as_view(), name="search_insights"),
|
||||
|
||||
Reference in New Issue
Block a user