]> git.proxmox.com Git - pve-manager-legacy.git/commit
ui: add form/Tag
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 16 Nov 2022 15:48:10 +0000 (16:48 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 17:20:53 +0000 (18:20 +0100)
commitd9dba35d00cc1c9c1e758aff5bc0e99989e1eed1
tree5a405618a02863ed0b7c2acac4b4a93f72ce6ee3
parente2c29a883d5f8251e55711c1afc92bf7fa79c3b7
ui: add form/Tag

displays a single tag, with the ability to edit inline on click (when
the mode is set to editable). This brings up a list of globally available tags
for simple selection.

this is a basic ext component, with 'i' tags for the icons (handle and
add/remove button) and a span (for the tag text)

shows the tag by default, and if put in editable mode, makes the
span editable. when actually starting the edit, shows a picker
with available tags to select from

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css
www/manager6/Makefile
www/manager6/form/Tag.js [new file with mode: 0644]