mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-23 17:05:55 +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',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'cifs',
|
name: 'cifs',
|
||||||
fieldLabel: 'CIFS',
|
fieldLabel: 'SMB/CIFS',
|
||||||
bind: {
|
bind: {
|
||||||
disabled: '{unprivileged}',
|
disabled: '{unprivileged}',
|
||||||
boxLabel: '{privilegedOnly}',
|
boxLabel: '{privilegedOnly}',
|
||||||
|
Loading…
Reference in New Issue
Block a user