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 8ddfd48 commit ec85f7fCopy full SHA for ec85f7f
services/static-webserver/client/source/class/osparc/jobs/RunsBrowser.js
@@ -60,7 +60,7 @@ qx.Class.define("osparc.jobs.RunsBrowser", {
60
control.getChildControl("textfield").set({
61
placeholder: qx.locale.Manager.tr("Filter by name or ID"),
62
});
63
- // control.hide(); // MD: remove this when the backend is ready
+ control.hide(); // @matusdrobuliak66: remove this when the backend is ready
64
this.getChildControl("header-filter").add(control, {
65
flex: 1
66
0 commit comments