#10981 fixed TCP Send-Receive fields in network modules

This commit is contained in:
Jorge Rincon 2023-04-21 14:30:42 +02:00
parent 180a3a52a8
commit d23876c8aa
1 changed files with 2 additions and 2 deletions

View File

@ -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) {