mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
#10981 fixed TCP Send-Receive fields in network modules
This commit is contained in:
parent
180a3a52a8
commit
d23876c8aa
@ -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…
x
Reference in New Issue
Block a user