+
+
+
+ 终端
+
+
+ 登录
+
+
+
+
+
+ 文件
+
+
+ 编辑
+
+
+
- 终端
-
-
- 一键登录
-
-
- 文件
-
-
- 编辑
-
-
- 删除
-
+ />
@@ -68,12 +67,16 @@ defineEmits<{
diff --git a/frontend/src/constants/serverTableHeaders.ts b/frontend/src/constants/serverTableHeaders.ts
index db1ec8c2..22cb310b 100644
--- a/frontend/src/constants/serverTableHeaders.ts
+++ b/frontend/src/constants/serverTableHeaders.ts
@@ -7,5 +7,5 @@ export const SERVER_DATA_TABLE_HEADERS = [
{ title: '目标路径', key: 'target_path', width: 200 },
{ title: 'Agent', key: 'agent_version', width: 100 },
{ title: '心跳', key: 'last_heartbeat', width: 120 },
- { title: '操作', key: 'actions', width: 280, align: 'end' as const, sortable: false },
+ { title: '操作', key: 'actions', width: 300, align: 'end' as const, sortable: false },
]