]> git.proxmox.com Git - pve-manager.git/commit
ui: add tooltips to non-full tags globally
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 9 Nov 2023 10:56:24 +0000 (11:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Nov 2023 11:12:36 +0000 (12:12 +0100)
commite3bc13e14a91355de07884d171a699d39398e42f
tree6e9c8a320c19efc8ed6463298f8a95a398a7dd7b
parent2f414c50c191ae5c40f774869d70b7c14b86ee5e
ui: add tooltips to non-full tags globally

by using the delegate function of ExtJS' tooltips on the global
Workspace element and using the proper css selectors

this way, we can limit the tooltips to the non-full ones
(in contrast to using data-qtip on the element, which would
always be show, even for tags with the 'full' style)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css
www/manager6/Workspace.js