Make extra node names more consistent i18n wise

This commit is contained in:
Dave Conway-Jones
2018-03-30 14:50:51 +01:00
parent b8b5a92ad1
commit 4679077760
11 changed files with 15 additions and 9 deletions

View File

@@ -64,7 +64,7 @@
icon: "arrow-in.png",
align: "right",
label: function() {
return this.name||this.command;
return this.name||this.command||"daemon";
},
labelStyle: function() {
return this.name?"node_label_italic":"";

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-daemon",
"version" : "0.0.18",
"version" : "0.0.19",
"description" : "A Node-RED node that runs and monitors a long running system command.",
"dependencies" : {
},