Files
Nexus/docs/changelog/2026-06-08-servers-unset-path-batch-parity.md
T
Nexus Agent 1e83bb34bd feat(servers): 未设路径区批量管理与主表齐平
独立勾选与全选筛选结果,共用 ServerBatchActionBar;列与批量操作对齐主列表。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 12:55:02 +08:00

925 B

2026-06-08 — 未设路径服务器批量管理对齐主表

摘要

「未设置路径服务器」区块新增与主列表齐平的批量管理能力:勾选、全选筛选结果、批量操作栏及完整列与行操作。

动机

未设路径区原先无批量勾选与批量操作,运维需逐台处理,与主表能力不对等。

涉及文件

  • frontend/src/components/servers/ServerBatchActionBar.vue — 共用批量操作栏
  • frontend/src/components/servers/ServerUnsetPathPanel.vue — 勾选、全选、列对齐、批量栏
  • frontend/src/pages/ServersPage.vue — 独立 unsetSelectedItems + 双表 batch scope

迁移 / 重启

  • 仅前端 build + 部署

验证

cd frontend && npm run build

浏览器:#/servers 未设路径区勾选多台 → 修改分类/健康检查/检测路径/Agent/批量删除;「全选筛选结果」与主表独立互不影响。