admin: migrate overview data-target modals

This commit is contained in:
Jens Langhammer
2020-11-21 19:10:05 +01:00
parent 322ad0890a
commit 6681289a5a
8 changed files with 100 additions and 98 deletions

View File

@ -26,6 +26,16 @@ from passbook.admin.views import (
urlpatterns = [
path("", shell.ShellView.as_view(), name="shell"),
path(
"overview/cache/flow/",
overview.FlowCacheClearView.as_view(),
name="overview-clear-flow-cache",
),
path(
"overview/cache/policy/",
overview.PolicyCacheClearView.as_view(),
name="overview-clear-policy-cache",
),
path("overview/", overview.AdministrationOverviewView.as_view(), name="overview"),
# Applications
path(