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 bbd104f commit cc88179Copy full SHA for cc88179
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(); // @matusdrobuliak66: 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