mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 13:54:26 +00:00
VMSelctor: add HA state and allow to filter with it
This allows also to filter after HA states, so one may bulk control HA managed services more easily or do bulk actions just on unmanaged VMs Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
818dfc5c46
commit
c9329af1ca
@ -237,7 +237,7 @@ Ext.define('PVE.data.ResourceStore', {
|
||||
hastate: {
|
||||
header: gettext('HA State'),
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
defaultValue: 'unmanaged',
|
||||
hidden: true,
|
||||
sortable: true
|
||||
}
|
||||
|
@ -85,6 +85,14 @@ Ext.define('PVE.form.VMSelector', {
|
||||
un: function(){}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
header: 'HA ' + gettext('Status'),
|
||||
dataIndex: 'hastate',
|
||||
flex: 1,
|
||||
filter: {
|
||||
type: 'list'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user