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 28b4786 commit 1ed0152Copy full SHA for 1ed0152
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
@@ -124,11 +124,13 @@ qx.Class.define("osparc.ui.message.Loading", {
124
alignX: "center"
125
}));
126
this._add(control);
127
+ break;
128
case "extra-widgets-container":
129
control = new qx.ui.container.Composite(new qx.ui.layout.VBox(10).set({
130
131
132
133
134
}
135
return control || this.base(arguments, id);
136
},
0 commit comments