mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Audit Logs - add new page to frontend [WIP] (no-changelog) (#6418)
* feat: Audit Logs (WIP) * feat: Audit Logs license depending contents * fix(editor): simplify import * fix(editor): add audit logs to server
This commit is contained in:
@@ -376,6 +376,7 @@ export const enum VIEWS {
|
||||
SSO_SETTINGS = 'SSoSettings',
|
||||
SAML_ONBOARDING = 'SamlOnboarding',
|
||||
VERSION_CONTROL = 'VersionControl',
|
||||
AUDIT_LOGS = 'AuditLogs',
|
||||
}
|
||||
|
||||
export const enum FAKE_DOOR_FEATURES {
|
||||
@@ -443,6 +444,7 @@ export const enum EnterpriseEditionFeature {
|
||||
Variables = 'variables',
|
||||
Saml = 'saml',
|
||||
VersionControl = 'versionControl',
|
||||
AuditLogs = 'auditLogs',
|
||||
}
|
||||
export const MAIN_NODE_PANEL_WIDTH = 360;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user