pve-manager/www/manager6
Lukas Wagner b52d2b12db ui: fix search for 'Guests without Backup' window
In JS, a `for (const a in <...>)` loop iterates over indices, not
over values. To iterate over values, `for (const a of <..>)` has
to be used. Furthermore, filtering by ID did not work properly, since
the property is called `vmid`, not `id`.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-01-20 09:55:01 +01:00
..
button ui: buttons: eslint fixes and code cleanup/refactoring 2021-05-17 19:58:52 +02:00
ceph ui: osd: mon: mds: warn if stop/destroy actions are problematic 2022-11-17 18:27:48 +01:00
controller fix 3850: ui: storage: using PreallocationSelector for file based storage types 2021-10-21 12:14:38 +02:00
data ui: node/datacenter summary: show tags by default and flex that column 2022-12-16 12:57:33 +01:00
dc ui: fix search for 'Guests without Backup' window 2023-01-20 09:55:01 +01:00
form ui: storage: move node scan selector inside combobox 2023-01-18 16:01:08 +01:00
grid ui: storage backup view: Update remove button on protection change 2023-01-19 18:20:34 +01:00
ha sorters: use correct property 'direction' and keep default 'ASC' 2021-12-16 10:11:48 +01:00
lxc ui: hide 'no tags' field and edit icon without VM.Config.Options 2022-11-18 16:37:46 +01:00
menu ui: menu/item: eslint fixes and code cleanup/refactoring/modernize 2021-05-19 10:00:57 +02:00
node fix #4194: ui: clarify that it's actually a bulk shutdown, not a stop 2023-01-14 17:41:04 +01:00
panel ui: config panel: xtype should be first property 2023-01-10 13:44:03 +01:00
pool ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
qemu ui: qemu disk: honor iothread setting from config 2022-11-21 15:51:40 +01:00
sdn ui: sdn browser: code cleanup/modernization 2023-01-10 13:51:39 +01:00
storage ui: storage backup view: Update remove button on protection change 2023-01-19 18:20:34 +01:00
tree ui: tree/ResourceTree: show Tags in tree 2022-11-17 18:21:23 +01:00
window ui: schedule sim: code style cleanup 2023-01-20 09:53:33 +01:00
Makefile fix #2822: add iscsi, lvm, lvmthin & zfs storage for all cluster nodes 2022-12-21 16:24:04 +01:00
Parser.js fix #3426: ui: parser: adapt parseSSHKey to accept "@..." suffix 2021-07-23 09:05:33 +02:00
StateProvider.js www: redirect user TFA button to TFA view 2021-11-11 14:38:31 +01:00
Toolkit.js ui: pci passthrough: editor for pci-id overrides 2022-01-25 11:17:05 +01:00
Utils.js fix #4393: ui: storage backup view: make pbs-specific columns sortable 2023-01-16 14:04:22 +01:00
VNCConsole.js ui: eslint: fix various spacing related issues 2021-01-19 17:39:15 +01:00
Workspace.js ui: workspace: increase initial resource tree width from 200 to 300 px 2022-11-21 13:38:13 +01:00