mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 16:59:02 +00:00
do no translate ha states
because they have a special meaning, do not translate them Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
0a3cf3d482
commit
e49da95bfe
@ -109,9 +109,9 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
|
||||
value: 'started',
|
||||
fieldLabel: gettext('Request State'),
|
||||
comboItems: [
|
||||
['started', gettext('Started')],
|
||||
['stopped', gettext('Stopped')],
|
||||
['disabled', gettext('Disabled')]
|
||||
['started', 'started'],
|
||||
['stopped', 'stopped'],
|
||||
['disabled', 'disabled']
|
||||
],
|
||||
listeners: {
|
||||
'change': function(field, newValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user