mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
083212cffe
commit
542cf3147d
@ -3056,7 +3056,7 @@ RED.view = (function() {
|
|||||||
}
|
}
|
||||||
thisNode.selectAll(".node_status").style(style);
|
thisNode.selectAll(".node_status").style(style);
|
||||||
}
|
}
|
||||||
if (d.status.text) {
|
if (d.status.hasOwnProperty('text')) {
|
||||||
thisNode.selectAll(".node_status_label").text(d.status.text);
|
thisNode.selectAll(".node_status_label").text(d.status.text);
|
||||||
} else {
|
} else {
|
||||||
thisNode.selectAll(".node_status_label").text("");
|
thisNode.selectAll(".node_status_label").text("");
|
||||||
|
Loading…
Reference in New Issue
Block a user