💄 Add icons to all nodes which did not have any

This commit is contained in:
Jan Oberhauser
2019-07-26 11:27:46 +02:00
parent df38e87992
commit 84154843c2
13 changed files with 29 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ export class SplitInBatches implements INodeType {
description: INodeTypeDescription = {
displayName: 'Split In Batches',
name: 'splitInBatches',
icon: 'fa:th-large',
group: ['organization'],
version: 1,
description: 'Saves the originally incoming data and with each itteration it returns a predefined amount of them.',