Skip to content

Commit 1ef4914

Browse files
committed
minor
1 parent 8af62fb commit 1ef4914

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/static-webserver/client/source/class/osparc/navigation/NavigationBar.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ qx.Class.define("osparc.navigation.NavigationBar", {
183183
width: osparc.product.Utils.isS4LProduct() ? 150 : 100,
184184
height: osparc.navigation.NavigationBar.HEIGHT
185185
});
186+
if (osparc.product.Utils.isProduct("tiplite")) {
187+
control.set({
188+
toolTipText: this.tr("This is TIP lite, a light version of TIP.<br>Request access to TIP.")
189+
});
190+
control.addListener("tap", () => osparc.product.TIPTeaser.getInstance().open());
191+
}
186192
this.getChildControl("left-items").add(control);
187193
break;
188194
case "logo-powered":

0 commit comments

Comments
 (0)