feat(editor): Add Workflow history route and base page (no-changelog) (#7161)

This commit is contained in:
Csaba Tuncsik
2023-09-15 13:17:04 +02:00
committed by GitHub
parent 556a6132ba
commit 240b2f075e
6 changed files with 88 additions and 4 deletions

View File

@@ -383,6 +383,7 @@ export const enum VIEWS {
SOURCE_CONTROL = 'SourceControl',
AUDIT_LOGS = 'AuditLogs',
MFA_VIEW = 'MfaView',
WORKFLOW_HISTORY = 'WorkflowHistory',
}
export const enum FAKE_DOOR_FEATURES {
@@ -454,6 +455,7 @@ export const enum EnterpriseEditionFeature {
ExternalSecrets = 'externalSecrets',
AuditLogs = 'auditLogs',
DebugInEditor = 'debugInEditor',
WorkflowHistory = 'workflowHistory',
}
export const MAIN_NODE_PANEL_WIDTH = 360;