mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Change displayName to Cisco by Webex (#2058)
* ⚡ change displayName to Cisco by Webex * ⚡ Change default name back Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
parent
244a2ba409
commit
8971910209
|
@ -33,7 +33,7 @@ import * as moment from 'moment-timezone';
|
||||||
|
|
||||||
export class CiscoWebex implements INodeType {
|
export class CiscoWebex implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Cisco Webex',
|
displayName: 'Webex by Cisco',
|
||||||
name: 'ciscoWebex',
|
name: 'ciscoWebex',
|
||||||
icon: 'file:ciscoWebex.png',
|
icon: 'file:ciscoWebex.png',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
|
@ -41,7 +41,7 @@ export class CiscoWebex implements INodeType {
|
||||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||||
description: 'Consume the Cisco Webex API',
|
description: 'Consume the Cisco Webex API',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Cisco Webex',
|
name: 'Webex',
|
||||||
color: '#29b6f6',
|
color: '#29b6f6',
|
||||||
},
|
},
|
||||||
credentials: [
|
credentials: [
|
||||||
|
|
|
@ -24,7 +24,7 @@ import {
|
||||||
|
|
||||||
export class CiscoWebexTrigger implements INodeType {
|
export class CiscoWebexTrigger implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Cisco Webex Trigger',
|
displayName: 'Webex by Cisco Trigger',
|
||||||
name: 'ciscoWebexTrigger',
|
name: 'ciscoWebexTrigger',
|
||||||
icon: 'file:ciscoWebex.png',
|
icon: 'file:ciscoWebex.png',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
|
@ -32,7 +32,7 @@ export class CiscoWebexTrigger implements INodeType {
|
||||||
subtitle: '={{$parameter["resource"] + ":" + $parameter["event"]}}',
|
subtitle: '={{$parameter["resource"] + ":" + $parameter["event"]}}',
|
||||||
description: 'Starts the workflow when Cisco Webex events occur.',
|
description: 'Starts the workflow when Cisco Webex events occur.',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Cisco Webex Trigger',
|
name: 'Webex Trigger',
|
||||||
color: '#29b6f6',
|
color: '#29b6f6',
|
||||||
},
|
},
|
||||||
inputs: [],
|
inputs: [],
|
||||||
|
|
Loading…
Reference in a new issue