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:
Thomas Lamprecht 2022-05-15 16:02:37 +02:00
parent b0166d4e8d
commit 508d644e87
1 changed files with 0 additions and 2 deletions

View File

@ -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,