From e7d90fd46364afb25c9c0cb9c1a5784f7aac6bf9 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 13 四月 2026 16:15:36 +0800
Subject: [PATCH] 推送修改
---
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