by * allowing to select a parent pool when creating * showing nested pools in the tree as such
patch 1/4 is just a cleanup i noticed during development, and can be applied independently patch 4/4 is potentially confusing for users, since it might happen they confuse some pools, for example: 'foo/bar' with 'bar' since both will be shown as 'bar' in the tree when nesting is enabled. Because of this, i sent it seperately and we can decide independently if we want that without a new version (feel free to squash that patch into the previous one if desired) Dominik Csapak (4): ui: tree: don't show empty grouping nodes as expandable ui: pool create: allow selecting parent pool via selector ui: tree: show nested pools in a nested way ui: tree: render nested pool names without parent pools www/manager6/UIOptions.js | 1 + www/manager6/Workspace.js | 5 ++- www/manager6/dc/PoolEdit.js | 48 ++++++++++++++++++------- www/manager6/tree/ResourceTree.js | 36 +++++++++++++++---- www/manager6/window/TreeSettingsEdit.js | 13 +++++++ 5 files changed, 83 insertions(+), 20 deletions(-) -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
