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:
Dominik Csapak 2017-01-23 14:32:25 +01:00 committed by Dietmar Maurer
parent 0a3cf3d482
commit e49da95bfe

View File

@ -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) {