From 45c4742c0cf31b0217874944127491990bf1a097 Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期六, 19 七月 2025 11:05:17 +0800 Subject: [PATCH] Merge branch 'master' of http://124.71.187.17:8299/r/~lgq/IGD5300-package --- local/www/sys-snmp-conf.html | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/local/www/sys-snmp-conf.html b/local/www/sys-snmp-conf.html index 2da61ef..aa55a86 100644 --- a/local/www/sys-snmp-conf.html +++ b/local/www/sys-snmp-conf.html @@ -201,7 +201,6 @@ thead += "<th>璁惧鍚嶇О</th>"; thead += "<th>OID</th>"; thead += "<th>璁惧ID</th>"; - thead += "<th>璁惧绫诲瀷</th>"; thead += "<th>閫氶亾鍙�</th>"; thead += "<th>鏁版嵁鍚嶇О</th>"; thead += "<th>澶囨敞</th>"; @@ -213,7 +212,6 @@ tbody += "<tr><td>" + item.device + "</td>"; tbody += "<td>" + item.oid + "</td>"; tbody += "<td>" + item.index1 + "</td>"; - tbody += "<td>" + item.type + "</td>"; tbody += "<td>" + item.index2 + "</td>"; tbody += "<td>" + item.param + "</td>"; tbody += "<td>" + (item.unit ?? "") + "</td></tr>"; -- Gitblit v1.9.3