From 4a7c3d1149c2cd65708ef84ab1c7ea70805c2278 Mon Sep 17 00:00:00 2001 From: Matteo Biscosi Date: Wed, 10 Dec 2025 16:21:44 +0100 Subject: [PATCH] Added table name to modbus stats --- httpdocs/tables_config/modbus_function_codes.json | 2 +- httpdocs/tables_config/modbus_registers.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpdocs/tables_config/modbus_function_codes.json b/httpdocs/tables_config/modbus_function_codes.json index 7ad2f14c64..4b20f08caa 100644 --- a/httpdocs/tables_config/modbus_function_codes.json +++ b/httpdocs/tables_config/modbus_function_codes.json @@ -11,7 +11,7 @@ }, "columns": [ { - "title_i18n": "flow_details.modbus_function", + "title_i18n": "id", "data_field": "modbus_function_code", "min-width": "80px", "sortable": true, diff --git a/httpdocs/tables_config/modbus_registers.json b/httpdocs/tables_config/modbus_registers.json index 51eb06be2d..0aedb46352 100644 --- a/httpdocs/tables_config/modbus_registers.json +++ b/httpdocs/tables_config/modbus_registers.json @@ -11,7 +11,7 @@ }, "columns": [ { - "title_i18n": "flow_details.modbus_register", + "title_i18n": "id", "data_field": "modbus_register", "min-width": "80px", "sortable": true,