[pve-devel] [PATCH manager 2/2] ui: lxc options: change CIFS to SMB/CIFS
Aaron Lauterer
a.lauterer at proxmox.com
Mon Oct 4 12:25:43 CEST 2021
For consistency with the Storage panel and it might also help people to
make the connection if they are not aware that CIFS is a name used for
SMB.
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
www/manager6/lxc/FeaturesEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/lxc/FeaturesEdit.js b/www/manager6/lxc/FeaturesEdit.js
index 807c2623..bce6e5fb 100644
--- a/www/manager6/lxc/FeaturesEdit.js
+++ b/www/manager6/lxc/FeaturesEdit.js
@@ -49,7 +49,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
{
xtype: 'proxmoxcheckbox',
name: 'cifs',
- fieldLabel: 'CIFS',
+ fieldLabel: 'SMB/CIFS',
bind: {
disabled: '{unprivileged}',
boxLabel: '{privilegedOnly}',
--
2.30.2
More information about the pve-devel
mailing list