We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad88c2 commit 8b43586Copy full SHA for 8b43586
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -161,7 +161,9 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
161
__addItems: function() {
162
this.__addUIConfigItems();
163
if (osparc.store.StaticInfo.getInstance().isDevFeaturesEnabled()) {
164
- this.__addHypertools();
+ if (osparc.product.Utils.isS4LProduct()) {
165
+ this.__addHypertools();
166
+ }
167
this.__addOtherTabsAccess();
168
}
169
this.getChildControl("new-folder");
0 commit comments