ui: lxc options: change CIFS to SMB/CIFS

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@proxmox.com>
This commit is contained in:
Aaron Lauterer 2021-10-04 12:25:43 +02:00 committed by Thomas Lamprecht
parent 3266c03d72
commit a040ecafb7

View File

@ -49,7 +49,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
{
xtype: 'proxmoxcheckbox',
name: 'cifs',
fieldLabel: 'CIFS',
fieldLabel: 'SMB/CIFS',
bind: {
disabled: '{unprivileged}',
boxLabel: '{privilegedOnly}',