fix: log sub-module added under users and permissions

This commit is contained in:
Gavin D'souza 2019-08-08 15:28:10 +05:30
parent 41fbdc5fb8
commit 5aaeb995bb

View file

@ -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")
}
]
}
]