UI: Add rest api call reply node
This commit is contained in:
parent
4db74f5f81
commit
94a8b58e2e
@ -142,6 +142,7 @@ export const HelpLinks = {
|
||||
ruleNodeSendSms: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/external-nodes/#send-sms-node',
|
||||
ruleNodeMath: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#math-function-node',
|
||||
ruleNodeCalculateDelta: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/enrichment-nodes/#calculate-delta',
|
||||
ruleNodeRestCallReply: helpBaseUrl + '/docs/user-guide/rule-engine-2-0/action-nodes/#rest-call-reply-node',
|
||||
tenants: helpBaseUrl + '/docs/user-guide/ui/tenants',
|
||||
tenantProfiles: helpBaseUrl + '/docs/user-guide/ui/tenant-profiles',
|
||||
customers: helpBaseUrl + '/docs/user-guide/ui/customers',
|
||||
|
||||
@ -507,6 +507,7 @@ const ruleNodeClazzHelpLinkMap = {
|
||||
'org.thingsboard.rule.engine.flow.TbRuleChainInputNode': 'ruleNodeRuleChain',
|
||||
'org.thingsboard.rule.engine.flow.TbRuleChainOutputNode': 'ruleNodeOutputNode',
|
||||
'org.thingsboard.rule.engine.math.TbMathNode': 'ruleNodeMath',
|
||||
'org.thingsboard.rule.engine.rest.TbSendRestApiCallReplyNode': 'ruleNodeRestCallReply',
|
||||
};
|
||||
|
||||
export function getRuleNodeHelpLink(component: RuleNodeComponentDescriptor): string {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user