public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH cluster/manager] fix #1408: ui: make tree sorting configurable
@ 2023-02-01 15:49 Dominik Csapak
  2023-02-01 15:49 ` [pve-devel] [PATCH cluster 1/1] datacenter config: add options for sorting the gui tree Dominik Csapak
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dominik Csapak @ 2023-02-01 15:49 UTC (permalink / raw)
  To: pve-devel

this series allows configuring the sorting of the resource tree

options are the sort-field, if guest types are grouped and if templates
are grouped seperately

it's configurable in the datacenter config and the browser local storage
(latter takes precedence)

not completely sure if the displaying/selecting the default is really
optimal by just showing 'Default'. (more in the comment of the specific
patch 2/3 in pve-manager)

pve-cluster:

Dominik Csapak (1):
  datacenter config: add options for sorting the gui tree

 data/PVE/DataCenterConfig.pm | 37 ++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

pve-manager:

Dominik Csapak (3):
  ui: Utils: refactor refreshing the the resource store/tree
  ui: add TreeSortingEdit window
  fix #1408: ui: ResourceTree: sort the tree according to tree-sorting
    options

 www/manager6/Makefile                  |   1 +
 www/manager6/Utils.js                  |  17 +++-
 www/manager6/Workspace.js              |  27 +++++-
 www/manager6/dc/OptionView.js          |  11 +++
 www/manager6/tree/ResourceTree.js      |  54 +++++++++---
 www/manager6/window/TreeSortingEdit.js | 113 +++++++++++++++++++++++++
 6 files changed, 208 insertions(+), 15 deletions(-)
 create mode 100644 www/manager6/window/TreeSortingEdit.js

-- 
2.30.2





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-02 12:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 15:49 [pve-devel] [PATCH cluster/manager] fix #1408: ui: make tree sorting configurable Dominik Csapak
2023-02-01 15:49 ` [pve-devel] [PATCH cluster 1/1] datacenter config: add options for sorting the gui tree Dominik Csapak
2023-02-01 15:49 ` [pve-devel] [PATCH manager 1/3] ui: Utils: refactor refreshing the the resource store/tree Dominik Csapak
2023-02-02 10:22   ` Thomas Lamprecht
2023-02-01 15:49 ` [pve-devel] [PATCH manager 2/3] ui: add TreeSortingEdit window Dominik Csapak
2023-02-02 10:56   ` Thomas Lamprecht
2023-02-02 12:16     ` Dominik Csapak
2023-02-01 15:49 ` [pve-devel] [PATCH manager 3/3] fix #1408: ui: ResourceTree: sort the tree according to tree-sorting options Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal