Skip to content

Commit fa95839

Browse files
committed
minor
1 parent c6f66fc commit fa95839

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/jobs

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/jobs/Info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ qx.Class.define("osparc.jobs.Info", {
5151
let control;
5252
switch (id) {
5353
case "job-info-viewer": {
54-
control = new osparc.ui.basic.JsonTreeViewer();
54+
control = new osparc.ui.basic.JsonTreeWidget();
5555
const container = new qx.ui.container.Scroll();
5656
container.add(control);
57-
this._add(control);
57+
this._add(container);
5858
break;
5959
}
6060
}

0 commit comments

Comments
 (0)