mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-21 17:29:42 +00:00
Do not translate iscsi Portal/Target and NFS export
iSCSI naming is already confusing, so we use the original terms here.
This commit is contained in:
parent
bc3e73be41
commit
d1fc545627
@ -103,7 +103,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
|
||||
height: 22, // hack: set same height as text fields
|
||||
name: 'portal',
|
||||
value: '',
|
||||
fieldLabel: gettext('Portal'),
|
||||
fieldLabel: 'Portal',
|
||||
allowBlank: false,
|
||||
listeners: {
|
||||
change: function(f, value) {
|
||||
@ -120,7 +120,7 @@ Ext.define('PVE.storage.IScsiInputPanel', {
|
||||
xtype: me.create ? 'pveIScsiScan' : 'displayfield',
|
||||
name: 'target',
|
||||
value: '',
|
||||
fieldLabel: gettext('Target'),
|
||||
fieldLabel: 'Target',
|
||||
allowBlank: false
|
||||
}
|
||||
];
|
||||
@ -176,7 +176,7 @@ Ext.define('PVE.storage.IScsiEdit', {
|
||||
});
|
||||
|
||||
Ext.apply(me, {
|
||||
subject: gettext('iSCSI target'),
|
||||
subject: 'iSCSI target',
|
||||
isAdd: true,
|
||||
items: [ ipanel ]
|
||||
});
|
||||
|
@ -120,7 +120,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
|
||||
height: 22, // hack: set same height as text fields
|
||||
name: 'export',
|
||||
value: '',
|
||||
fieldLabel: gettext('Export'),
|
||||
fieldLabel: 'Export',
|
||||
allowBlank: false
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user