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 6B4B21FF16F for ; Tue, 22 Jul 2025 09:22:17 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BDA7E31C03; Tue, 22 Jul 2025 09:23:29 +0200 (CEST) From: Dietmar Maurer To: pve-devel@lists.proxmox.com Date: Tue, 22 Jul 2025 09:22:56 +0200 Message-ID: <20250722072256.3168428-1-dietmar@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.585 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 KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an 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. [pveproxy.pm] Subject: [pve-devel] [PATCH pve-manager] use new pve-yew-mobile-gui 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" As replacement for the old sencha-touch based gui. Signed-off-by: Dietmar Maurer --- PVE/Service/pveproxy.pm | 4 +++- debian/control | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PVE/Service/pveproxy.pm b/PVE/Service/pveproxy.pm index c4bb54ea..b419e625 100755 --- a/PVE/Service/pveproxy.pm +++ b/PVE/Service/pveproxy.pm @@ -55,6 +55,7 @@ my $basedirs = { manager => '/usr/share/pve-manager', novnc => '/usr/share/novnc-pve', sencha_touch => '/usr/share/javascript/sencha-touch', + yew_mobile => '/usr/share/javascript/pve-yew-mobile-gui', widgettoolkit => '/usr/share/javascript/proxmox-widget-toolkit', xtermjs => '/usr/share/pve-xtermjs', }; @@ -87,6 +88,7 @@ sub init { add_dirs($dirs, '/pve2/js/' => "$basedirs->{manager}/js/"); add_dirs($dirs, '/pve2/locale/', "$basedirs->{i18n}/"); add_dirs($dirs, '/pve2/sencha-touch/', "$basedirs->{sencha_touch}/"); + add_dirs($dirs, '/pve2/yew-mobile/', "$basedirs->{yew_mobile}/"); add_dirs($dirs, '/pve2/touch/', "$basedirs->{manager}/touch/"); add_dirs($dirs, '/pwt/css/' => "$basedirs->{widgettoolkit}/css/"); add_dirs($dirs, '/pwt/images/' => "$basedirs->{widgettoolkit}/images/"); @@ -275,7 +277,7 @@ sub get_index { } elsif ($xtermjs) { $dir = $basedirs->{xtermjs}; } elsif ($mobile) { - $dir = "$basedirs->{manager}/touch"; + $dir = "$basedirs->{yew_mobile}"; } my $page = ''; diff --git a/debian/control b/debian/control index 28d84c61..fd8f1aaf 100644 --- a/debian/control +++ b/debian/control @@ -91,6 +91,7 @@ Depends: apt (>= 1.5~), pve-ha-manager, pve-i18n (>= 3.2.0~), pve-xtermjs (>= 4.7.0-1), + pve-yew-mobile-gui (>= 0.1.0), qemu-server (>= 9.0.2), rsync, spiceterm, -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel