mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +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 (
|
if (
|
||||||
typeof element.elementDescription !== "undefined" &&
|
typeof element.elementDescription !== "undefined" &&
|
||||||
element.elementDescription != ""
|
element.elementDescription != "" &&
|
||||||
|
element.elementDescription != null
|
||||||
) {
|
) {
|
||||||
$content.append(
|
$content.append(
|
||||||
'<span class="node-service-name" style="">' +
|
'<span class="node-service-name" style="">' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user