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 c6f66fc commit fa95839Copy full SHA for fa95839
services/static-webserver/client/source/class/osparc/jobs/Info.js
@@ -51,10 +51,10 @@ qx.Class.define("osparc.jobs.Info", {
51
let control;
52
switch (id) {
53
case "job-info-viewer": {
54
- control = new osparc.ui.basic.JsonTreeViewer();
+ control = new osparc.ui.basic.JsonTreeWidget();
55
const container = new qx.ui.container.Scroll();
56
container.add(control);
57
- this._add(control);
+ this._add(container);
58
break;
59
}
60
0 commit comments