mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-21 21:07:16 +00:00
Remove duplicate strings
This commit is contained in:
parent
5c5e751c74
commit
ec99b1c367
@ -139,7 +139,7 @@ Ext.define('PVE.Utils', { utilities: {
|
|||||||
var fa = [];
|
var fa = [];
|
||||||
|
|
||||||
if (!value || (value === '0')) {
|
if (!value || (value === '0')) {
|
||||||
return gettext('disabled');
|
return gettext('Disabled');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (value === '1') {
|
if (value === '1') {
|
||||||
|
@ -239,7 +239,7 @@ Ext.define('PVE.node.Config', {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'pveNodeCephConfigCrush',
|
xtype: 'pveNodeCephConfigCrush',
|
||||||
title: gettext('Config'),
|
title: gettext('Configuration'),
|
||||||
iconCls: 'fa fa-gear',
|
iconCls: 'fa fa-gear',
|
||||||
groups: ['ceph'],
|
groups: ['ceph'],
|
||||||
itemId: 'ceph-config'
|
itemId: 'ceph-config'
|
||||||
|
@ -88,7 +88,7 @@ Ext.define('PVE.qemu.Options', {
|
|||||||
visible: false
|
visible: false
|
||||||
},
|
},
|
||||||
boot: {
|
boot: {
|
||||||
header: gettext('Boot order'),
|
header: gettext('Boot Order'),
|
||||||
defaultValue: 'cdn',
|
defaultValue: 'cdn',
|
||||||
editor: caps.vms['VM.Config.Disk'] ? 'PVE.qemu.BootOrderEdit' : undefined,
|
editor: caps.vms['VM.Config.Disk'] ? 'PVE.qemu.BootOrderEdit' : undefined,
|
||||||
multiKey: ['boot', 'bootdisk'],
|
multiKey: ['boot', 'bootdisk'],
|
||||||
|
Loading…
Reference in New Issue
Block a user