Fixed bug that not show the module value in simple value (visual console). Ticket#2538
This commit is contained in:
parent
8b63a9b811
commit
bc4b72f455
|
@ -59,7 +59,8 @@ function visual_map_print_item($layoutData) {
|
|||
$left = $layoutData['pos_x'];
|
||||
$id = $layoutData['id'];
|
||||
$color = $layoutData['label_color'];
|
||||
$label = $layoutData['label'];
|
||||
//$label = $layoutData['label'];
|
||||
$label = '';
|
||||
$id_module = $layoutData['id_agente_modulo'];
|
||||
$type = $layoutData['type'];
|
||||
$period = $layoutData['period'];
|
||||
|
|
Loading…
Reference in New Issue