mirror of https://github.com/jumpserver/jumpserver
perf: Change report name
parent
82192d38e1
commit
dabb30d90a
|
@ -16,11 +16,11 @@ from pdf2image import convert_from_bytes
|
||||||
from playwright.sync_api import sync_playwright
|
from playwright.sync_api import sync_playwright
|
||||||
|
|
||||||
charts_map = {
|
charts_map = {
|
||||||
"UserReport": {
|
"UserLoginReport": {
|
||||||
"title": _('User login report'),
|
"title": _('User login report'),
|
||||||
"path": "/ui/#/reports/users/user-activity"
|
"path": "/ui/#/reports/users/user-activity"
|
||||||
},
|
},
|
||||||
"ChangePassword": {
|
"UserChangePasswordReport": {
|
||||||
"title": _('User change password report'),
|
"title": _('User change password report'),
|
||||||
"path": "/ui/#/reports/users/change-password"
|
"path": "/ui/#/reports/users/change-password"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue