Ext6migrate: Fix selection mode combobox for backup

This commit is contained in:
Emmanuel Kasper 2015-12-03 11:11:13 +01:00 committed by Dietmar Maurer
parent ff118a4dd7
commit a26c8bf752

View File

@ -25,7 +25,7 @@ Ext.define('PVE.dc.BackupEdit', {
var selModeField = Ext.create('PVE.form.KVComboBox', { var selModeField = Ext.create('PVE.form.KVComboBox', {
xtype: 'pveKVComboBox', xtype: 'pveKVComboBox',
data: [ comboItems: [
['include', gettext('Include selected VMs')], ['include', gettext('Include selected VMs')],
['all', gettext('All')], ['all', gettext('All')],
['exclude', gettext('Exclude selected VMs')] ['exclude', gettext('Exclude selected VMs')]