From c5d77a67a20575dc9754dec40947ad652376f0cc Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 29 四月 2026 10:49:53 +0800
Subject: [PATCH] fix:提交

---
 src/main/resources/templates/ospfMonitor/list.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/templates/ospfMonitor/list.html b/src/main/resources/templates/ospfMonitor/list.html
index 4a5dfc1..bd6f12b 100644
--- a/src/main/resources/templates/ospfMonitor/list.html
+++ b/src/main/resources/templates/ospfMonitor/list.html
@@ -67,6 +67,7 @@
             <th title="璁惧IP">璁惧IP</th>
             <th title="鐢ㄦ埛鍚�">鐢ㄦ埛鍚�</th>
             <th title="瀵嗙爜">瀵嗙爜</th>
+            <th title="杩炴帴鏂瑰紡">杩炴帴鏂瑰紡</th>
             </tr>
           </th:block>
           </thead>
@@ -79,6 +80,7 @@
               <td th:text="${item.hostname}"></td>
               <td th:text="${item.username}"></td>
               <td th:text="${item.password}"></td>
+              <td th:text="${item.remoteType}"></td>
               <td>
                 <th:block th:if="${session.LOGIN_KEY.role != 'guest'}">
                     <button type="button"  th:onclick="del([[${item.id}]])"  class="btn bg-gradient-danger btn-sm">鍒犻櫎</button>

--
Gitblit v1.9.1