mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 21:06:37 +00:00
add logs routes to integration api routes closes #1963
This commit is contained in:
@@ -103,6 +103,11 @@ function getActionsCategories(root: boolean) {
|
||||
[t('actionUpdateClient')]: "updateClient",
|
||||
[t('actionListClients')]: "listClients",
|
||||
[t('actionGetClient')]: "getClient"
|
||||
},
|
||||
|
||||
"Logs": {
|
||||
[t('actionExportLogs')]: "exportLogs",
|
||||
[t('actionViewLogs')]: "viewLogs",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user