1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C8,229 stars (8,229 stars)1,003 forks (1,003 forks)batch import
area/platformgood first issue
- Issue 種別
- bug
- 調査方針
- Investigate where the 'Show Live Queries' action is defined in the frontend code, likely in a component that handles node actions. Check how the node's status (e.g., decommissioned) is obtained from the backend API or state. Ensure that when a node is decommissioned, the action is either hidden or disabled. Look for existing conditions that check node state for other actions and replicate for this one. The backend likely provides a node status endpoint; verify that the frontend uses that data correctly.