From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id F3B3CBF45 for ; Fri, 11 Aug 2023 12:47:04 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D7D03BE55 for ; Fri, 11 Aug 2023 12:47:04 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Fri, 11 Aug 2023 12:47:04 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 0612345F87 for ; Fri, 11 Aug 2023 12:47:04 +0200 (CEST) From: Christian Ebner To: pve-devel@lists.proxmox.com Date: Fri, 11 Aug 2023 12:46:54 +0200 Message-Id: <20230811104654.56916-1-c.ebner@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.014 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_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH pve-manager] website: update external links to www.proxmox.com 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: , X-List-Received-Date: Fri, 11 Aug 2023 10:47:05 -0000 During the redesign of www.proxmox.com the menu structure and therefore some url changed. Update the external link in order to avoid an unneccessary redirect Signed-off-by: Christian Ebner --- PVE/API2/Subscription.pm | 2 +- aplinfo/aplinfo.dat | 4 ++-- www/manager6/Utils.js | 2 +- www/manager6/dc/Summary.js | 2 +- www/mobile/WidgetToolkitUtils.js | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm index c7b81ee9..96fcd4e5 100644 --- a/PVE/API2/Subscription.pm +++ b/PVE/API2/Subscription.pm @@ -128,7 +128,7 @@ __PACKAGE__->register_method ({ my $has_permission = $rpcenv->check($authuser, "/nodes/$node", ['Sys.Audit'], 1); my $server_id = PVE::API2Tools::get_hwaddress(); - my $url = "https://www.proxmox.com/proxmox-ve/pricing"; + my $url = "https://www.proxmox.com/en/proxmox-virtual-environment/pricing"; my $info = read_etc_subscription(); if (!$info) { diff --git a/aplinfo/aplinfo.dat b/aplinfo/aplinfo.dat index 95a8be5a..8382bd7d 100644 --- a/aplinfo/aplinfo.dat +++ b/aplinfo/aplinfo.dat @@ -135,7 +135,7 @@ Architecture: amd64 Location: mail/proxmox-mailgateway-7.3-standard_7.3-1_amd64.tar.zst md5sum: 6c130003f9880ae66dca0603d7b7ca87 sha512sum: 2fdf1dc24306bbaa2ef9a0f322416ca15b97b7d19f84b83743c7afc896095c398241fbc2eb41a33a69f3f275ce4c4cb6425edc5538831b4650d39a5e44fdbc25 -Infopage: https://www.proxmox.com/de/proxmox-mail-gateway +Infopage: https://www.proxmox.com/en/proxmox-mail-gateway/overview Description: Proxmox Mailgateway 7.3 A full featured mail proxy for spam and virus filtering, optimized for container environment. @@ -149,7 +149,7 @@ Architecture: amd64 Location: mail/proxmox-mailgateway-8.0-standard_8.0-1_amd64.tar.zst md5sum: 7d321e5dfc6e1005231586d1871e3625 sha512sum: be5efcb8ee97f2bb1c638360191eda19f49e2063acb88da55c948c90c091063972cc9ea29e6aeaa4a85733e0fb2c99ea905d665ac693cb2bf06b091c4baf781f -Infopage: https://www.proxmox.com/de/proxmox-mail-gateway +Infopage: https://www.proxmox.com/en/proxmox-mail-gateway/overview Description: Proxmox Mailgateway 8.0 A full featured mail proxy for spam and virus filtering, optimized for container environment. diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 4e094213..6d4842df 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -34,7 +34,7 @@ Ext.define('PVE.Utils', { }, noSubKeyHtml: 'You do not have a valid subscription for this server. Please visit ' - +'' + +'' +'www.proxmox.com to get a list of available options.', getClusterSubscriptionLevel: async function() { diff --git a/www/manager6/dc/Summary.js b/www/manager6/dc/Summary.js index 371c8980..efb44dae 100644 --- a/www/manager6/dc/Summary.js +++ b/www/manager6/dc/Summary.js @@ -64,7 +64,7 @@ Ext.define('PVE.dc.Summary', { element: 'el', click: function() { if (this.component.userCls === 'pointer') { - window.open('https://www.proxmox.com/en/proxmox-ve/pricing', '_blank'); + window.open('https://www.proxmox.com/en/proxmox-virtual-environment/pricing', '_blank'); } }, }, diff --git a/www/mobile/WidgetToolkitUtils.js b/www/mobile/WidgetToolkitUtils.js index e11aa89e..b292fcd5 100644 --- a/www/mobile/WidgetToolkitUtils.js +++ b/www/mobile/WidgetToolkitUtils.js @@ -115,7 +115,6 @@ utilities: { }, getNoSubKeyHtml: function(url) { - // url http://www.proxmox.com/products/proxmox-ve/subscription-service-plans return Ext.String.format('You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.', url || 'https://www.proxmox.com'); }, -- 2.39.2