Skip to content

Commit 01687ca

Browse files
committed
do not showOpenButton
1 parent c32f2c4 commit 01687ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,9 @@ qx.Class.define("osparc.widget.PersistentIframe", {
334334
const templateId = data["message"]["functionId"];
335335
osparc.store.Templates.fetchTemplate(templateId)
336336
.then(templateData => {
337-
const resourceDetails = new osparc.dashboard.ResourceDetails(templateData);
337+
const resourceDetails = new osparc.dashboard.ResourceDetails(templateData).set({
338+
showOpenButton: false,
339+
});
338340
osparc.dashboard.ResourceDetails.popUpInWindow(resourceDetails);
339341
})
340342
.catch(() => osparc.FlashMessenger.logError(this.tr("Function not found")));

0 commit comments

Comments
 (0)