]> git.proxmox.com Git - pve-manager.git/commitdiff
do no translate ha states
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 23 Jan 2017 13:32:25 +0000 (14:32 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 24 Jan 2017 08:00:09 +0000 (09:00 +0100)
because they have a special meaning, do not translate them

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/ha/ResourceEdit.js

index 596cdb5b27d870151c8e667a304f2dd87d20f4b2..66de5041108383b1e47b0f88017c5d1a93da562c 100644 (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) {