From 89ba8b43fbe61c6b7ba14def3aa7c911fc125b7f Mon Sep 17 00:00:00 2001 From: marcos Date: Fri, 26 Mar 2021 13:58:13 +0100 Subject: [PATCH] fixed visual error --- pandora_console/include/class/NetworkMap.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index 831c15d474..4656ad39f4 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -3062,7 +3062,7 @@ class NetworkMap $table->data['template_row']['node_target'] = ''; $table->data['template_row']['edit'] = ''; - $table->data['template_row']['edit'] .= ''.html_print_image('images/config.png', true).''; + $table->data['template_row']['edit'] .= ''.html_print_image('images/config.png', true).''; $table->data['template_row']['edit'] .= ''.html_print_image('images/delete.png', true).'';