fix(editor): disable settings link in executions view for unsaved workflows (#4493)
⚡ Disabling settings link in executions view for unsaved workflows
This commit is contained in:
committed by
GitHub
parent
1e445fc1a3
commit
dcec5e9e82
@@ -401,7 +401,10 @@
|
||||
"executionsLandingPage.emptyState.accordion.productionExecutions": "Production executions",
|
||||
"executionsLandingPage.emptyState.accordion.manualExecutions": "Manual executions",
|
||||
"executionsLandingPage.emptyState.accordion.productionExecutionsWarningTooltip": "Not all production executions are being saved. Change this in the workflow's <a href=\"#\">settings</a>",
|
||||
"executionsLandingPage.emptyState.accordion.footer": "You can change this in <a href=\"#\">Workflow Settings</a>",
|
||||
"executionsLandingPage.emptyState.accordion.footer": "You can change this in",
|
||||
"executionsLandingPage.emptyState.accordion.footer.settingsLink": "Workflow settings",
|
||||
"executionsLandingPage.emptyState.accordion.footer.tooltipLink": "Save your workflow",
|
||||
"executionsLandingPage.emptyState.accordion.footer.tooltipText": "in order to access workflow settings",
|
||||
"executionsLandingPage.noResults": "No executions found",
|
||||
"executionsList.allWorkflows": "All Workflows",
|
||||
"executionsList.anyStatus": "Any Status",
|
||||
|
||||
Reference in New Issue
Block a user