mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-22 19:15:22 +00:00
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:
parent
3266c03d72
commit
a040ecafb7
@ -49,7 +49,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
|
||||
{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
name: 'cifs',
|
||||
fieldLabel: 'CIFS',
|
||||
fieldLabel: 'SMB/CIFS',
|
||||
bind: {
|
||||
disabled: '{unprivileged}',
|
||||
boxLabel: '{privilegedOnly}',
|
||||
|
Loading…
Reference in New Issue
Block a user