]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: resource tree: don't save the tooltip
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 10 Nov 2023 10:12:58 +0000 (11:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 12 Nov 2023 17:12:59 +0000 (18:12 +0100)
it shouldn't be called that often, and if we save it, it gets outdated,
e.g. when starting/stopping a guest

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/tree/ResourceTree.js

index 90f85fba7242af0aec8fe60dcdb9fa033e211f09..3d2dd931eaff35478102cfa2c335a1435253288d 100644 (file)
@@ -135,9 +135,6 @@ Ext.define('PVE.tree.ResourceTree', {
     },
 
     getToolTip: function(info) {
-       if (info.tip) {
-           return info.tip;
-       }
        if (info.type === 'pool' || info.groupbyid !== undefined) {
            return undefined;
        }