#11082 Fix JS code to show de name of the service
This commit is contained in:
parent
ebd5f6c01f
commit
b107069bf5
|
@ -920,7 +920,8 @@ var TreeController = {
|
|||
|
||||
if (
|
||||
typeof element.elementDescription !== "undefined" &&
|
||||
element.elementDescription != ""
|
||||
element.elementDescription != "" &&
|
||||
element.elementDescription != null
|
||||
) {
|
||||
$content.append(
|
||||
'<span class="node-service-name" style="">' +
|
||||
|
|
Loading…
Reference in New Issue