mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-13 05:38:45 +00:00
use https links to our sites
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
18983bdaa1
commit
3154bb784e
2
Utils.js
2
Utils.js
@ -101,7 +101,7 @@ Ext.define('Proxmox.Utils', { utilities: {
|
|||||||
|
|
||||||
getNoSubKeyHtml: function(url) {
|
getNoSubKeyHtml: function(url) {
|
||||||
// url http://www.proxmox.com/products/proxmox-ve/subscription-service-plans
|
// 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 <a target="_blank" href="{0}">www.proxmox.com</a> to get a list of available options.', url || 'http://www.proxmox.com');
|
return Ext.String.format('You do not have a valid subscription for this server. Please visit <a target="_blank" href="{0}">www.proxmox.com</a> to get a list of available options.', url || 'https://www.proxmox.com');
|
||||||
},
|
},
|
||||||
|
|
||||||
format_boolean_with_default: function(value) {
|
format_boolean_with_default: function(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user