mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 15:21:28 +00:00
ui: ceph install: do not translate replicas
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6db91b0fdc
commit
0b985d6f23
@ -163,7 +163,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
|||||||
{
|
{
|
||||||
xtype: 'numberfield',
|
xtype: 'numberfield',
|
||||||
name: 'size',
|
name: 'size',
|
||||||
fieldLabel: gettext('Number of replicas'),
|
fieldLabel: 'Number of replicas',
|
||||||
value: '',
|
value: '',
|
||||||
maxValue: 7,
|
maxValue: 7,
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
@ -173,7 +173,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
|||||||
{
|
{
|
||||||
xtype: 'numberfield',
|
xtype: 'numberfield',
|
||||||
name: 'min_size',
|
name: 'min_size',
|
||||||
fieldLabel: gettext('Minimum replicas'),
|
fieldLabel: 'Minimum replicas',
|
||||||
value: '',
|
value: '',
|
||||||
maxValue: 7,
|
maxValue: 7,
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user