feat(editor): Node Creator AI nodes improvements (#9484)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg
2024-05-30 16:53:33 +02:00
committed by GitHub
parent e68a3fd6ce
commit be4f54de15
62 changed files with 661 additions and 204 deletions

View File

@@ -16,7 +16,7 @@ export class ManualTrigger implements INodeType {
eventTriggerDescription: '',
maxNodes: 1,
defaults: {
name: 'When clicking "Test workflow"',
name: 'When clicking Test workflow',
color: '#909298',
},
@@ -25,7 +25,7 @@ export class ManualTrigger implements INodeType {
properties: [
{
displayName:
'This node is where a manual workflow execution starts. To make one, go back to the canvas and click test workflow',
'This node is where the workflow execution starts (when you click the test button on the canvas).<br><br> <a data-action="showNodeCreator">Explore other ways to trigger your workflow</a> (e.g on a schedule, or a webhook)',
name: 'notice',
type: 'notice',
default: '',