From b4fba0dd799bb0de5a0603eef6085422b2af6deb Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 14 Jul 2015 22:10:18 +0100 Subject: [PATCH] point rbe to correct icon --- function/rbe/rbe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/rbe/rbe.html b/function/rbe/rbe.html index 7ecb3721..d00b6459 100644 --- a/function/rbe/rbe.html +++ b/function/rbe/rbe.html @@ -54,7 +54,7 @@ handle multiple topics at the same time.

}, inputs:1, outputs:1, - icon: "function.png", + icon: "rbe.png", label: function() { return this.name||this.func||"rbe"; },