add logs routes to integration api routes closes #1963

This commit is contained in:
miloschwartz
2025-12-03 17:45:19 -05:00
parent e49d796b06
commit a61c82570a
5 changed files with 70 additions and 4 deletions

View File

@@ -103,6 +103,11 @@ function getActionsCategories(root: boolean) {
[t('actionUpdateClient')]: "updateClient",
[t('actionListClients')]: "listClients",
[t('actionGetClient')]: "getClient"
},
"Logs": {
[t('actionExportLogs')]: "exportLogs",
[t('actionViewLogs')]: "viewLogs",
}
};