new cover me logs page

This commit is contained in:
Dobromir Popov
2024-04-28 13:38:47 +03:00
parent ec33163dc5
commit 9e523ed8d7
4 changed files with 188 additions and 1 deletions

View File

@ -112,6 +112,11 @@ const sidemenu = [
text: "Статистика",
url: "/cart/publishers/stats",
roles: [UserRole.ADMIN, UserRole.POWERUSER],
}, {
id: "coverMeLogs",
text: "Замествания",
url: "/cart/reports/coverMe",
roles: [UserRole.ADMIN, UserRole.POWERUSER],
},
]