mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-26 07:50:04 +00:00
utils: Remove outdated url in comment
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
49bb8516ed
commit
575b4f3790
@ -151,7 +151,6 @@ utilities: {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getNoSubKeyHtml: function(url) {
|
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 <a target="_blank" href="{0}">www.proxmox.com</a> to get a list of available options.', url || 'https://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');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user