mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00: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:
@@ -33,7 +33,7 @@ import * as moment from 'moment-timezone';
|
||||
|
||||
export class CiscoWebex implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Cisco Webex',
|
||||
displayName: 'Webex by Cisco',
|
||||
name: 'ciscoWebex',
|
||||
icon: 'file:ciscoWebex.png',
|
||||
group: ['transform'],
|
||||
@@ -41,7 +41,7 @@ export class CiscoWebex implements INodeType {
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume the Cisco Webex API',
|
||||
defaults: {
|
||||
name: 'Cisco Webex',
|
||||
name: 'Webex',
|
||||
color: '#29b6f6',
|
||||
},
|
||||
credentials: [
|
||||
|
||||
Reference in New Issue
Block a user