ui: tree NS entries: remove commented out qtip
we won't use that, it's to invasive Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b0166d4e8d
commit
508d644e87
|
@ -323,7 +323,6 @@ Ext.define('PBS.DataStoreContent', {
|
|||
ns: (view.namespaces ?? '') !== '' ? `/${item.ns}` : item.ns,
|
||||
ty: 'ns',
|
||||
sortWeight: 10,
|
||||
//qtip: gettext('Double-click to browse namespace.'),
|
||||
leaf: true,
|
||||
});
|
||||
}
|
||||
|
@ -339,7 +338,6 @@ Ext.define('PBS.DataStoreContent', {
|
|||
topNodes.push({
|
||||
text: `.. (${parentNS === '' ? gettext('Root') : parentNS})`,
|
||||
iconCls: 'fa fa-level-up',
|
||||
//qtip: gettext('Double-click to go one namespace level up.'),
|
||||
ty: 'ns',
|
||||
ns: parentNS,
|
||||
sortWeight: -10,
|
||||
|
|
Loading…
Reference in New Issue