mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
docs: Branding tweaks for Cal and Citrix ADC (no-changelog) (#10042)
This commit is contained in:
@@ -8,6 +8,13 @@ export class AutomizyApi implements ICredentialType {
|
||||
documentationUrl = 'automizy';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName:
|
||||
'This service may no longer exist and will be removed from n8n in a future release.',
|
||||
name: 'deprecated',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'API Token',
|
||||
name: 'apiToken',
|
||||
|
||||
@@ -5,12 +5,12 @@ import type {
|
||||
INodeProperties,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export class CitrixAdcApi implements ICredentialType {
|
||||
export class NetscalerAdcApi implements ICredentialType {
|
||||
name = 'citrixAdcApi';
|
||||
|
||||
displayName = 'Citrix ADC API';
|
||||
displayName = 'Netscaler ADC API';
|
||||
|
||||
documentationUrl = 'citrixadc';
|
||||
documentationUrl = 'netscaleradc';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
Reference in New Issue
Block a user