Skip to content

Commit ab1c275

Browse files
committed
Update status message on aggregate
1 parent bdaecf0 commit ab1c275

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/api_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ export class api_aggregate {
860860
if (!NoderedUtil.IsNullEmpty(msg.collection)) { this.config.collection = msg.collection; }
861861
if (!NoderedUtil.IsNullUndefinded(msg.aggregates)) { this.config.aggregates = msg.aggregates; }
862862

863-
this.node.status({ fill: "blue", shape: "dot", text: "Running mapreduce" });
863+
this.node.status({ fill: "blue", shape: "dot", text: "Running aggregate" });
864864
var result = await NoderedUtil.Aggregate(this.config.collection, this.config.aggregates, msg.jwt);
865865
msg.payload = result;
866866
this.node.send(msg);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.461
1+
0.0.462

0 commit comments

Comments
 (0)