mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge branch 'dev' into new-export-dialog
This commit is contained in:
		| @@ -306,8 +306,11 @@ Node.prototype.metric = function(eventname, msg, metricValue) { | ||||
|  | ||||
| /** | ||||
|  * status: { fill:"red|green", shape:"dot|ring", text:"blah" } | ||||
|  * or | ||||
|  * status: "simple text status" | ||||
|  */ | ||||
| Node.prototype.status = function(status) { | ||||
|     if (typeof(status) === "string") { status = {text:status}; } | ||||
|     this._flow.handleStatus(this,status); | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user