]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: storage: change CIFS to SMB/CIFS
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 4 Oct 2021 10:25:42 +0000 (12:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 05:37:22 +0000 (07:37 +0200)
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@proxmox.com>
www/manager6/Utils.js

index 63c70e61c26d0d9a22df17b61d797ec2a28d5386..ee92cd4302e4d8030b817d206e7a7e3dd6254707 100644 (file)
@@ -793,7 +793,7 @@ Ext.define('PVE.Utils', {
            backups: true,
        },
        cifs: {
-           name: 'CIFS',
+           name: 'SMB/CIFS',
            ipanel: 'CIFSInputPanel',
            faIcon: 'building',
            backups: true,