From 0c4f90d25262eda49bd2ecfe44ded42c3eae6fd9 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Tue, 14 Feb 2017 09:52:11 +0100 Subject: [PATCH] Node details improvements. Ticket #78 References ticket(s): #78 --- .../include/javascript/functions_pandora_networkmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/javascript/functions_pandora_networkmap.js b/pandora_console/include/javascript/functions_pandora_networkmap.js index bf1ffb5e0a..016436b486 100644 --- a/pandora_console/include/javascript/functions_pandora_networkmap.js +++ b/pandora_console/include/javascript/functions_pandora_networkmap.js @@ -661,7 +661,7 @@ function edit_node(data, dblClick) { $("#node_options-fictional_node_update_button-1 input") .attr("onclick", "update_fictional_node(" + data.id_db + ");"); - $("#node_details-0-1").html(data["text"]); + $("#node_details-0-1").html('' + data["text"] + ''); var params = []; params.push("get_agent_info=1"); params.push("id_agent=" + data["id_agent"]);