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 6e0be5d commit fa780a3Copy full SHA for fa780a3
services/static-webserver/client/source/class/osparc/jobs/Info.js
@@ -42,21 +42,4 @@ qx.Class.define("osparc.jobs.Info", {
42
return win;
43
}
44
},
45
-
46
- members: {
47
- _createChildControlImpl: function(id) {
48
- let control;
49
- switch (id) {
50
- case "job-info-viewer": {
51
- control = new osparc.ui.basic.JsonTreeWidget();
52
- const container = new qx.ui.container.Scroll();
53
- container.add(control);
54
- this._add(container);
55
- break;
56
- }
57
58
59
- return control || this.base(arguments, id);
60
- },
61
62
})
0 commit comments