[pve-devel] [PATCH proxmox_dart_api_client/pve_flutter_frontend 0/2] fix: ui: `unknown` status shown when the QEMU state is `prelaunch`
Shan Shaji
s.shaji at proxmox.com
Tue Jun 3 16:56:41 CEST 2025
This patch series fixes an issue where the VM status was
shown as `unknown` when the QEMU state is `prelaunch`. Additionaly,
also fixes the resume option missing inside the power settings sheet
when the QEMU state is `prelaunch`.
Steps to reproduce:
- Select any VM
- Go to the options tab.
- Enable "Freeze CPU at startup"
- Start the VM on web UI
- Go to mobile app ui and check the status of the VM
on the resources tab and on the VM overview page.
The status will be `unknown`.
- Now on the VM overview page click on the `power settings`
option on the app UI. The resume option is not shown.
pve_flutter_frontend:
Shan Shaji (1):
fix: qemu: `unknown` status shown when VM is in `prelaunch` status
lib/widgets/pve_qemu_power_settings_widget.dart | 3 ++-
lib/widgets/pve_resource_status_chip_widget.dart | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
proxmox_dart_api_client:
Shan Shaji (1):
fix: add missing `prelaunch` value to `PveResourceStatusType`
lib/src/models/pve_cluster_resources_model.dart | 3 +++
lib/src/models/pve_nodes_qemu_status_model.dart | 2 ++
2 files changed, 5 insertions(+)
Summary over all repositories:
4 files changed, 10 insertions(+), 1 deletions(-)
--
Generated by git-murpp 0.8.1
More information about the pve-devel
mailing list