fix: log sub-module added under users and permissions
This commit is contained in:
parent
41fbdc5fb8
commit
5aaeb995bb
1 changed files with 18 additions and 0 deletions
|
|
@ -64,4 +64,22 @@ def get_data():
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": _("Logs"),
|
||||
"icon": "fa fa-group",
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Activity Log",
|
||||
"label": _("Activity Log"),
|
||||
"description": _("Activity Log by ")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Access Log",
|
||||
"label": _("Access Log"),
|
||||
"description": _("View Log of all print, download and export events")
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue