feat: Implement process management and network data handling#11270
feat: Implement process management and network data handling#11270zhengkunwang223 merged 1 commit into1Panel-dev:dev-v2from
Conversation
- Introduced ProcessStore for managing process and network data via WebSocket. - Enhanced TableSearch component to synchronize search parameters with props. - Updated network and process views to utilize ProcessStore for data fetching and state management. - Improved data filtering and sorting in network and process views. - Added WebSocket connection management with polling for real-time updates.
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
LGTM |
What this PR does / why we need it?
复用进程查看页面和链接查看页面的websocket,解决快速频繁切换两标签栏时,websocket大量新建的问题
链接页面添加快速查询,可点击内容直接过滤
Summary of your change
Please indicate you've done the following: