Merge branch 'ent-10981-aparecen-campos-tcp-send-receive-en-todos-los-modulos-de-red' into 'develop'
Ent 10981 aparecen campos tcp send receive en todos los modulos de red See merge request artica/pandorafms!5762
This commit is contained in:
commit
fffd6fc825
|
@ -348,8 +348,8 @@ push_table_simple($data, 'tcp_send_receive');
|
|||
|
||||
if ($id_module_type < 8 || $id_module_type > 11) {
|
||||
// NOT TCP.
|
||||
$table_simple->rowstyle['tcp_send'] = 'display: none;';
|
||||
$table_simple->rowstyle['tcp_receive'] = 'display: none;';
|
||||
$table_simple->rowstyle['caption_tcp_send_receive'] = 'display: none;';
|
||||
$table_simple->rowstyle['tcp_send_receive'] = 'display: none;';
|
||||
}
|
||||
|
||||
if ($id_module_type < 15 || $id_module_type > 18) {
|
||||
|
|
Loading…
Reference in New Issue