]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Makefile
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)
commitb6f9fc78c016668cb77b4dc1ee3d59d3606d15cb
tree46e08904ba425bf8cb3cf075caeeb066754bef1b
parent0a627d946878837d20959f65e84fc47d7e839a26
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]