diff --git a/pandora_console/include/functions_servers.php b/pandora_console/include/functions_servers.php index 7d67a0bf86..8a6e3732d7 100644 --- a/pandora_console/include/functions_servers.php +++ b/pandora_console/include/functions_servers.php @@ -361,7 +361,7 @@ function servers_get_info ($id_server = -1) { switch ($server['server_type']) { case SERVER_TYPE_DATA: $server["img"] = html_print_image ("images/data.png", true, array ("title" => __('Data server'))); - $server["type"] = "data"; + $server["type"] = "" . $server['version']. ""; $id_modulo = 1; break; case SERVER_TYPE_NETWORK: