From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id B25551FF191 for ; Mon, 2 Jun 2025 15:38:47 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 19297348EE; Mon, 2 Jun 2025 15:39:01 +0200 (CEST) From: Shan Shaji To: pve-devel@lists.proxmox.com Date: Mon, 2 Jun 2025 15:37:52 +0200 Message-Id: <20250602133755.68431-1-s.shaji@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.387 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: [pve-devel] [PATCH proxmox_dart_api_client/pve_flutter_frontend v2 0/3] fix: ui: guest missing in resources tab when status is `paused` X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" This patch series includes the fix for guest missing when the status is `paused`. Additionaly the series also includes the changes from another patch which can be found here: https://lore.proxmox.com/pve-devel/20250522130825.79862-1-s.shaji@proxmox.com/ pve_flutter_frontend: Shan Shaji (2): refactor: move and split the `_MobileResourceFilterSheet` widget fix: ui: guests missing in resources tab when status is `paused` lib/pages/main_layout_slim.dart | 175 +-------------- .../pve_mobile_resource_filter_sheet.dart | 202 ++++++++++++++++++ 2 files changed, 204 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 lib/src/models/pve_cluster_resources_model.dart | 2 ++ 1 file changed, 2 insertions(+) Summary over all repositories: 3 files changed, 206 insertions(+), 173 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel