mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-11082-fallos-con-creacion-de-servicios-usando-el-wizard' into 'develop'
Ent 11082 fallos con creacion de servicios usando el wizard See merge request artica/pandorafms!5837
This commit is contained in:
commit
60c6d806e3
@ -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…
x
Reference in New Issue
Block a user