From ed3be7f82ea490226993b03a7e699e59d01dbef1 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Tue, 17 Jun 2014 20:07:29 +0100 Subject: [PATCH] Add italic style to name for exec function... been missing for ages... who knows why :-) --- nodes/core/core/75-exec.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index 8123163c2..56fb44ae8 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -60,6 +60,9 @@ align: "right", label: function() { return this.name||this.command; + }, + labelStyle: function() { + return this.name?"node_label_italic":""; } });