[pve-devel] applied: [PATCH cluster/guest-common/qemu-server/ct/manager v11] add tags to ui
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Nov 17 18:22:44 CET 2022
Am 16/11/2022 um 16:47 schrieb Dominik Csapak:
> pve-manager:
>
> Dominik Csapak (13):
> api: /cluster/resources: add tags to returned properties
> api: allow all users to (partially) read datacenter.cfg
> ui: save ui options from /cluster/options instead of version
> ui: parse and save tag infos from /cluster/options
> ui: add form/TagColorGrid
> ui: add PVE.form.ListField
> ui: dc/OptionView: add editors for tag settings
> ui: add form/Tag
> ui: add form/TagEdit.js
> ui: {lxc,qemu}/Config: show Tags and make them editable
> ui: tree/ResourceTree: show Tags in tree
> ui: add tags to ResourceGrid and GlobalSearchField
> ui: implement tag ordering from datacenter.cfg
>
> PVE/API2.pm | 3 +-
> PVE/API2/Cluster.pm | 33 ++-
> www/css/ext6-pve.css | 57 ++++
> www/manager6/Makefile | 6 +
> www/manager6/Utils.js | 104 ++++++-
> www/manager6/Workspace.js | 2 +
> www/manager6/data/ResourceStore.js | 7 +
> www/manager6/dc/OptionView.js | 139 +++++++++-
> www/manager6/dc/RegisteredTagsEdit.js | 70 +++++
> www/manager6/dc/UserTagAccessEdit.js | 90 +++++++
> www/manager6/form/GlobalSearchField.js | 20 +-
> www/manager6/form/ListField.js | 165 ++++++++++++
> www/manager6/form/Tag.js | 232 ++++++++++++++++
> www/manager6/form/TagColorGrid.js | 357 +++++++++++++++++++++++++
> www/manager6/form/TagEdit.js | 336 +++++++++++++++++++++++
> www/manager6/grid/ResourceGrid.js | 1 +
> www/manager6/lxc/Config.js | 36 ++-
> www/manager6/qemu/Config.js | 35 ++-
> www/manager6/tree/ResourceTree.js | 10 +-
> 19 files changed, 1682 insertions(+), 21 deletions(-)
> create mode 100644 www/manager6/dc/RegisteredTagsEdit.js
> create mode 100644 www/manager6/dc/UserTagAccessEdit.js
> create mode 100644 www/manager6/form/ListField.js
> create mode 100644 www/manager6/form/Tag.js
> create mode 100644 www/manager6/form/TagColorGrid.js
> create mode 100644 www/manager6/form/TagEdit.js
>
applied manager parts, thanks! should be complete now, else -> holler at me.
More information about the pve-devel
mailing list