Description
The Refresh Power Status icon on the Device Details page should retrieve the latest power state from the device and update the power status displayed in the UI.
Currently, clicking the icon does not trigger a request to retrieve the latest power state, leaving the displayed status stale. This appears to be a regression.
The periodic power state refresh timer is already being tracked separately under issue #3333 and is out of scope for this issue.
Steps to Reproduce
- Navigate to the Device Details page.
- Open the browser developer tools and monitor the Network tab.
- Click the Refresh Power Status icon.
- Observe that no request is made to retrieve the latest power state and the displayed power status does not change.
Expected Behavior
- Clicking the Refresh Power Status icon should immediately retrieve the latest power state from the device.
- The power status icon should update based on the latest response.
- The UI should reflect the current device power state after the request completes.
Screenshot
Acceptance Criteria
Description
The Refresh Power Status icon on the Device Details page should retrieve the latest power state from the device and update the power status displayed in the UI.
Currently, clicking the icon does not trigger a request to retrieve the latest power state, leaving the displayed status stale. This appears to be a regression.
The periodic power state refresh timer is already being tracked separately under issue #3333 and is out of scope for this issue.
Steps to Reproduce
Expected Behavior
Screenshot
Acceptance Criteria