diff --git a/http_src/vue/page-snmp-interfaces.vue b/http_src/vue/page-snmp-interfaces.vue index 7b7c1d18740c..c86defe7ecb8 100644 --- a/http_src/vue/page-snmp-interfaces.vue +++ b/http_src/vue/page-snmp-interfaces.vue @@ -88,6 +88,7 @@ const map_table_def_columns = (columns) => { return `${value}` }, "interface_name": (value, row) => { + value = value.replace(//g, ">"); const url = `${http_prefix}/lua/pro/enterprise/snmp_interface_details.lua?host=${row.device_ip}&snmp_port_idx=${row.interface_id}` return `${value}` }, diff --git a/httpdocs/dist b/httpdocs/dist index 30fb62c9f349..4941c5efff0e 160000 --- a/httpdocs/dist +++ b/httpdocs/dist @@ -1 +1 @@ -Subproject commit 30fb62c9f349b1752efddbf976aa4ce2d03ba8d4 +Subproject commit 4941c5efff0ed774f923a4ae5a3218d13fb5cc01