mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
fix: Export pdf failed
This commit is contained in:
@@ -15,11 +15,11 @@ from pdf2image import convert_from_bytes
|
||||
from playwright.sync_api import sync_playwright
|
||||
|
||||
charts_map = {
|
||||
"UserLoginActivity": {
|
||||
"UserReport": {
|
||||
"title": "用户登录报告",
|
||||
"path": "/ui/#/reports/users/user-activity"
|
||||
},
|
||||
"UserPasswordChange": {
|
||||
"ChangePassword": {
|
||||
"title": "用户改密报告",
|
||||
"path": "/ui/#/reports/users/change-password"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user