mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Small improvements on Cockpit-Node
This commit is contained in:
@@ -8,18 +8,18 @@ export const singletonOperations = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'singletons',
|
||||
'singleton',
|
||||
],
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get all singletons',
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Gets a singleton',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
default: 'get',
|
||||
description: 'The operation to perform.',
|
||||
}
|
||||
] as INodeProperties[];
|
||||
@@ -36,11 +36,11 @@ export const singletonFields = [
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'singletons',
|
||||
'singleton',
|
||||
],
|
||||
},
|
||||
},
|
||||
required: true,
|
||||
description: 'Name of the singleton to operate on.'
|
||||
},
|
||||
] as INodeProperties[];
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user