#11082 Fix JS code to show de name of the service

This commit is contained in:
miguel angel rasteu 2023-05-05 10:09:14 +02:00
parent ebd5f6c01f
commit b107069bf5
1 changed files with 2 additions and 1 deletions

View File

@ -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="">' +