web: migrate System Task list to web

This commit is contained in:
Jens Langhammer
2021-02-19 18:12:23 +01:00
parent 865f652476
commit d219f65e7a
7 changed files with 123 additions and 115 deletions

View File

@ -20,7 +20,6 @@ from authentik.admin.views import (
stages_bindings,
stages_invitations,
stages_prompts,
tasks,
tokens,
users,
)
@ -323,12 +322,6 @@ urlpatterns = [
outposts_service_connections.OutpostServiceConnectionDeleteView.as_view(),
name="outpost-service-connection-delete",
),
# Tasks
path(
"tasks/",
tasks.TaskListView.as_view(),
name="tasks",
),
# Event Notification Transpots
path(
"events/transports/create/",