[pve-devel] [PATCH proxmox_dart_api_client/pve_flutter_frontend 0/2] fix: ui: missing guest in resources tab when status is `paused`
Shan Shaji
s.shaji at proxmox.com
Tue May 20 10:05:25 CEST 2025
On the resources tab, when the status of a guest is set to `paused`, the
guest is not shown in the resource tab, which makes it harder to resume
the guest again.
This patch series adds:
- A new `paused` status filter in the filter sheet and seperate the
filter sheets into seperate widget. The filter sheet widgets have
also been split into multiple widgets for reusability.
- A new status check inside the `getStatus()` function to fix the issue of
guest not being show in the resource tab.
pve_flutter_frontend:
Shan Shaji (1):
fix: ui: missing guests in resource tab when status is `paused`
lib/pages/main_layout_slim.dart | 179 +--------------
.../pve_mobile_resource_filter_sheet.dart | 215 ++++++++++++++++++
2 files changed, 221 insertions(+), 173 deletions(-)
create mode 100644 lib/widgets/pve_mobile_resource_filter_sheet.dart
proxmox_dart_api_client:
Shan Shaji (1):
fix: ui: add missing `paused` status check
.../models/pve_cluster_resources_model.dart | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
Summary over all repositories:
3 files changed, 245 insertions(+), 173 deletions(-)
--
Generated by git-murpp 0.8.1
More information about the pve-devel
mailing list