diff --git a/web-vue/src/pages/node/list.vue b/web-vue/src/pages/node/list.vue
index 9a7548d79..fb4e460b3 100644
--- a/web-vue/src/pages/node/list.vue
+++ b/web-vue/src/pages/node/list.vue
@@ -1,437 +1,422 @@
-
-
-
- {{ group }}
-
-
搜索
-
新增
-
刷新
-
-
-
-
- {{ text }}
-
-
- {{ text }}
-
-
- 终端
- 节点管理
- 编辑
- 删除
-
-
-
-
- {{ text }}
-
-
- {{ text }}
-
-
- {{ text }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ group }}
-
-
-
-
-
-
-
-
-
-
- 确认
-
-
-
- 添加分组
-
-
-
-
-
-
- {{ ssh.name }}
-
-
-
-
- 不开启
- 30 秒
- 1 分钟
- 5 分钟
- 10 分钟
- 30 分钟
-
-
+
+
+
+ {{ group }}
+
+
搜索
+
新增
+
刷新
+
+
+
+
+ {{ text }}
+
+
+ {{ text }}
+
+
+ 终端
+ 节点管理
+ 编辑
+ 删除
+
+
+
+
+ {{ text }}
+
+
+ {{ text }}
+
+
+ {{ text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ group }}
+
+
+
+
+
+
+
+
+
+
+ 确认
+
+
+
+ 添加分组
+
+
+
+
+
+
+ 不绑定
+ {{ ssh.name }}
+
+
+
+
+ 不开启
+ 30 秒
+ 1 分钟
+ 5 分钟
+ 10 分钟
+ 30 分钟
+
+
-
-
-
-
-
-
-
- Http://
-
-
- Https://
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Http://
+ Https://
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/web-vue/src/pages/node/ssh.vue b/web-vue/src/pages/node/ssh.vue
index 5743abdae..e8766b946 100644
--- a/web-vue/src/pages/node/ssh.vue
+++ b/web-vue/src/pages/node/ssh.vue
@@ -25,11 +25,26 @@
- 编辑
终端
- 操作日志
+
文件
- 删除
+
+ e.preventDefault()">
+ 更多
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+ 操作日志
+
+
+
@@ -221,7 +236,7 @@ export default {
limit: 10,
},
columns: [
- { title: "名称", dataIndex: "name", width: 150, ellipsis: true },
+ { title: "名称", dataIndex: "name", ellipsis: true },
{
title: "关联节点",
dataIndex: "nodeId",
@@ -229,15 +244,16 @@ export default {
width: 200,
ellipsis: true,
},
- { title: "Host", dataIndex: "host", width: 150, ellipsis: true },
+ { title: "Host", dataIndex: "host", ellipsis: true },
{ title: "Port", dataIndex: "port", width: 80, ellipsis: true },
{ title: "User", dataIndex: "user", width: 120, ellipsis: true },
{
title: "操作",
dataIndex: "operation",
scopedSlots: { customRender: "operation" },
- width: 330,
- ellipsis: true,
+ width: 240,
+ fixed: "right",
+ // ellipsis: true,
},
],
options: [