feat(status-monitor): add websocket process manager and runtime metadata
extend server status payload with timezone, uptime, and process summary so the monitor sidebar can show richer at-a-glance host context. introduce process:list and process:signal websocket flows on active SSH sessions, enabling on-demand process querying and terminate/kill actions without adding new HTTP endpoints. add a dedicated process manager modal in the frontend with search, refresh, auto-refresh, and per-process actions, and wire localized labels for both english and chinese. enhance global connection fuzzy search scoring to include tag names as secondary-weight fields while preserving primary host/name relevance.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
| 时间戳 | 名称 | 类型 | 涉及模块 | 决策 | 结果 |
|
||||
|--------|------|------|---------|------|------|
|
||||
| 202604152147 | status-monitor-process-manager-modal | - | - | - | ✅完成 |
|
||||
| 202604152139 | workspace-global-search-tag-fuzzy-search | - | - | - | ✅完成 |
|
||||
| 202604152110 | workspace-global-search-show-connection-tags | - | - | - | ✅完成 |
|
||||
| 202604152109 | status-monitor-responsive-remodel | - | - | - | ✅完成 |
|
||||
| 202604122248 | connections-tag-batch-management | implementation | frontend, backend | connections-tag-batch-management#D001 | ✅完成 |
|
||||
|
||||
Reference in New Issue
Block a user