mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add italic style to name for exec function...
been missing for ages... who knows why :-)
This commit is contained in:
parent
6f6ecfc7a8
commit
ed3be7f82e
@ -60,6 +60,9 @@
|
||||
align: "right",
|
||||
label: function() {
|
||||
return this.name||this.command;
|
||||
},
|
||||
labelStyle: function() {
|
||||
return this.name?"node_label_italic":"";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user