💄 Add subtitle to NextCloud and Pipedrive-Node

This commit is contained in:
Jan Oberhauser 2019-07-14 18:55:04 +02:00
parent 1851ce0dbb
commit a0aea3000e
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ export class NextCloud implements INodeType {
icon: 'file:nextcloud.png',
group: ['input'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Access data on NextCloud',
defaults: {
name: 'NextCloud',

View file

@ -44,6 +44,7 @@ export class Pipedrive implements INodeType {
icon: 'file:pipedrive.png',
group: ['transform'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Create and edit data in Pipedrive',
defaults: {
name: 'Pipedrive',