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 9e97c48 commit 1cff8e7Copy full SHA for 1cff8e7
services/static-webserver/client/source/class/osparc/data/model/Node.js
@@ -1040,7 +1040,10 @@ qx.Class.define("osparc.data.model.Node", {
1040
disclaimer: this.tr("This might take a couple of minutes")
1041
});
1042
}
1043
- if (this.getKey() && this.getKey().includes("sim4life-lite")) {
+ if (
1044
+ (this.getKey() && this.getKey().includes("sim4life-lite")) ||
1045
+ osparc.product.Utils.isProduct("tis")
1046
+ ) {
1047
// show disclaimer after 1'
1048
setTimeout(() => {
1049
if (loadingPage) {
0 commit comments