Update Math Node icon

This commit is contained in:
Igor Kulikov 2022-09-29 11:54:42 +03:00
parent 7b040828ae
commit 6aa13dd8fd

View File

@ -74,7 +74,7 @@ import java.util.stream.Collectors;
"If you have rule nodes in different rule chains, they will process messages from the same originator synchronously in the scope of the server node.",
uiResources = {"static/rulenode/rulenode-core-config.js"},
configDirective = "tbActionNodeMathFunctionConfig",
icon = "functions"
icon = "calculate"
)
public class TbMathNode implements TbNode {