]> git.proxmox.com Git - pve-manager.git/commitdiff
use https links to our sites
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 26 Jun 2019 12:33:56 +0000 (14:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Apr 2020 16:13:56 +0000 (18:13 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 2dc23b7e2ea493a4f79f7cdca7c7b635eb8c50e0)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Utils.js
www/manager6/Workspace.js
www/manager6/dc/Support.js

index e1d641e32e72f9e0fcdd5ed643e41069fe033488..bd288311526b8527485afc31855ed340d8e281a3 100644 (file)
@@ -46,7 +46,7 @@ Ext.define('PVE.Utils', { utilities: {
        'p': gettext('Premium')
     },
 
-    noSubKeyHtml: 'You do not have a valid subscription for this server. Please visit <a target="_blank" href="http://www.proxmox.com/products/proxmox-ve/subscription-service-plans">www.proxmox.com</a> to get a list of available options.',
+    noSubKeyHtml: 'You do not have a valid subscription for this server. Please visit <a target="_blank" href="https://www.proxmox.com/products/proxmox-ve/subscription-service-plans">www.proxmox.com</a> to get a list of available options.',
 
     kvm_ostypes: {
        'Linux': [
index 40a8fe6446f814f73aeda24d892c6d5562931b88..ca67b7d9d317d67255488ed70a118d709089f391 100644 (file)
@@ -297,7 +297,7 @@ Ext.define('PVE.StdWorkspace', {
                    margin: '2 0 2 5',
                    items: [
                        {
-                           html: '<a class="x-unselectable" target=_blank href="http://www.proxmox.com">' +
+                           html: '<a class="x-unselectable" target=_blank href="https://www.proxmox.com">' +
                                '<img style="padding-top:4px;padding-right:5px" src="/pve2/images/proxmox_logo.png"/></a>'
                        },
                        {
index 3c1fee482c4a93fa6c067fa06d97b1017bd30aea..8a29da63473b76528d134c98d1c0085944c970b2 100644 (file)
@@ -6,9 +6,9 @@ Ext.define('PVE.dc.Support', {
 
     invalidHtml: '<h1>No valid subscription</h1>' + PVE.Utils.noSubKeyHtml,
 
-    communityHtml: 'Please use the public community <a target="_blank" href="http://forum.proxmox.com">forum</a> for any questions.',
+    communityHtml: 'Please use the public community <a target="_blank" href="https://forum.proxmox.com">forum</a> for any questions.',
 
-    activeHtml: 'Please use our <a target="_blank" href="https://my.proxmox.com">support portal</a> for any questions. You can also use the public community <a target="_blank" href="http://forum.proxmox.com">forum</a> to get additional information.',
+    activeHtml: 'Please use our <a target="_blank" href="https://my.proxmox.com">support portal</a> for any questions. You can also use the public community <a target="_blank" href="https://forum.proxmox.com">forum</a> to get additional information.',
 
     bugzillaHtml: '<h1>Bug Tracking</h1>Our bug tracking system is available <a target="_blank" href="https://bugzilla.proxmox.com">here</a>.',