Skip to content

Commit f2175d1

Browse files
committed
connect_probe_btn_
1 parent ce96a9b commit f2175d1

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/widget

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ qx.Class.define("osparc.widget.NodeOutputs", {
141141
focusable: false,
142142
toolTipText: this.tr("Connects a Probe to this output")
143143
});
144+
osparc.utils.Utils.setIdToWidget(probeBtn, "connect_probe_btn_" + portKey);
144145
this.bind("offerProbes", probeBtn, "visibility", {
145146
converter: val => val ? "visible" : "excluded"
146147
});

0 commit comments

Comments
 (0)