[pve-devel] [PATCH pve-manager 1/3] Ext6migrate: Fix selection mode combobox for backup
Emmanuel Kasper
e.kasper at proxmox.com
Thu Dec 3 11:11:13 CET 2015
---
www/manager6/dc/Backup.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/dc/Backup.js b/www/manager6/dc/Backup.js
index 3ded111..1281756 100644
--- a/www/manager6/dc/Backup.js
+++ b/www/manager6/dc/Backup.js
@@ -25,7 +25,7 @@ Ext.define('PVE.dc.BackupEdit', {
var selModeField = Ext.create('PVE.form.KVComboBox', {
xtype: 'pveKVComboBox',
- data: [
+ comboItems: [
['include', gettext('Include selected VMs')],
['all', gettext('All')],
['exclude', gettext('Exclude selected VMs')]
--
2.1.4
More information about the pve-devel
mailing list