[pve-devel] [PATCH manager 1/2] ui: storage: change CIFS to SMB/CIFS

Aaron Lauterer a.lauterer at proxmox.com
Mon Oct 4 12:25:42 CEST 2021


This will hopefully help people to find the needed storage as not
everyone will be aware of the fact that CIFS is also a name used for it
(technically it was only SMB v1).

Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
 www/manager6/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 71e5fc9a..5821cd9e 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -793,7 +793,7 @@ Ext.define('PVE.Utils', {
 	    backups: true,
 	},
 	cifs: {
-	    name: 'CIFS',
+	    name: 'SMB/CIFS',
 	    ipanel: 'CIFSInputPanel',
 	    faIcon: 'building',
 	    backups: true,
-- 
2.30.2






More information about the pve-devel mailing list