mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 01:13:19 +00:00
Ext6migrate: Fix selection mode combobox for backup
This commit is contained in:
parent
ff118a4dd7
commit
a26c8bf752
@ -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')]
|
||||
|
Loading…
Reference in New Issue
Block a user