mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): replace cron node with schedule node (#4371)
* replace cron with schedule * update col
This commit is contained in:
@@ -15,7 +15,7 @@ export class ScheduleTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Schedule Trigger',
|
||||
name: 'scheduleTrigger',
|
||||
icon: 'file:schedule.svg',
|
||||
icon: 'fa:clock',
|
||||
group: ['trigger', 'schedule'],
|
||||
version: 1,
|
||||
description: 'Triggers the workflow on a given schedule',
|
||||
@@ -24,7 +24,7 @@ export class ScheduleTrigger implements INodeType {
|
||||
'Your schedule trigger will now trigger executions on the schedule you have defined.',
|
||||
defaults: {
|
||||
name: 'Schedule Trigger',
|
||||
color: '#00FF00',
|
||||
color: '#31C49F',
|
||||
},
|
||||
// eslint-disable-next-line n8n-nodes-base/node-class-description-inputs-wrong-regular-node
|
||||
inputs: [],
|
||||
|
||||
Reference in New Issue
Block a user