web/admin: fix overflow in aggregate cards

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2023-01-11 14:12:02 +01:00
parent ddbd8153e2
commit 81e9f2d608
13 changed files with 557 additions and 201 deletions

View File

@ -113,7 +113,7 @@ class InvalidStageError(SentryIgnoredException):
@method_decorator(xframe_options_sameorigin, name="dispatch")
class FlowExecutorView(APIView):
"""Stage 1 Flow executor, passing requests to Stage Views"""
"""Flow executor, passing requests to Stage Views"""
permission_classes = [AllowAny]