mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-26 12:06:08 +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',
|
value: 'started',
|
||||||
fieldLabel: gettext('Request State'),
|
fieldLabel: gettext('Request State'),
|
||||||
comboItems: [
|
comboItems: [
|
||||||
['started', gettext('Started')],
|
['started', 'started'],
|
||||||
['stopped', gettext('Stopped')],
|
['stopped', 'stopped'],
|
||||||
['disabled', gettext('Disabled')]
|
['disabled', 'disabled']
|
||||||
],
|
],
|
||||||
listeners: {
|
listeners: {
|
||||||
'change': function(field, newValue) {
|
'change': function(field, newValue) {
|
||||||
|
Loading…
Reference in New Issue
Block a user