[pve-devel] [PATCH proxmox-widget-toolkit] utils: Remove outdated url in comment

Christian Ebner c.ebner at proxmox.com
Fri Aug 11 12:43:54 CEST 2023


Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
 src/Utils.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Utils.js b/src/Utils.js
index 2c27ece..d8c2f3c 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -151,7 +151,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 <a target="_blank" href="{0}">www.proxmox.com</a> to get a list of available options.', url || 'https://www.proxmox.com');
     },
 
-- 
2.39.2






More information about the pve-devel mailing list