From 508d644e879681ae0e9a06de4c5bca34abe21d4f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 15 May 2022 16:02:37 +0200 Subject: [PATCH] ui: tree NS entries: remove commented out qtip we won't use that, it's to invasive Signed-off-by: Thomas Lamprecht --- www/datastore/Content.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/datastore/Content.js b/www/datastore/Content.js index ed2086b9..ec993381 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -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,