1 Kommentar (1 Kommentar)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)C8.229 Stars (8.229 Stars)1.003 Forks (1.003 Forks)batch import
area/platformgood first issue
Beschreibung
Dieses Issue enthält keine Beschreibung.
- Issue Type
- bug
- Research-Richtung
- 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.