Small improvements to FTP-Node

This commit is contained in:
Jan Oberhauser
2020-08-04 09:01:37 +02:00
parent a66e483a74
commit 420777c0b3
2 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ export class Ftp implements INodeType {
description: 'Transfers files via FTP or SFTP.',
defaults: {
name: 'FTP',
color: '#000000',
color: '#303050',
},
inputs: ['main'],
outputs: ['main'],