]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
network: use std remove button for confirm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jul 2021 18:55:52 +0000 (20:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jul 2021 18:55:56 +0000 (20:55 +0200)
commitbb5511d569fa4bd2fd792d4677d3bf8ca4e762e3
tree8f19f1766bc15ff87c84272ac60cc5424520664a
parent99f3e147e440d6d6d00608788ab65eb6ba24fdd4
network: use std remove button for confirm

alows to make the code simpler too, but we need to instantiate the
selection model explicitly, as we use a bit of a weird layout here to
be able to show the pending changes at the bottom, if any, so the
main gridpanel is not the parent of the toolbar buttons, so the
std-remove button does not automatically finds the selection model
when searching in the parent

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/node/NetworkView.js