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 d15d7ee commit 691a6daCopy full SHA for 691a6da
services/static-webserver/client/source/class/osparc/study/Utils.js
@@ -443,7 +443,6 @@ qx.Class.define("osparc.study.Utils", {
443
resolve(osparc.data.model.StudyUI.PIPELINE_ICON);
444
} else {
445
const productIcon = osparc.dashboard.CardBase.PRODUCT_ICON;
446
- // the was to guess the TI type is to check the boot mode of the ti-postpro in the pipeline
447
const wbServices = this.self().getNonFrontendNodes(studyData);
448
if (wbServices.length === 1) {
449
const wbService = wbServices[0];
0 commit comments