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 a0d625d commit b90bf36Copy full SHA for b90bf36
services/static-webserver/client/source/class/osparc/ui/message/Loading.js
@@ -248,6 +248,10 @@ qx.Class.define("osparc.ui.message.Loading", {
248
this.__messagesContainer.removeAll();
249
},
250
251
+ getMessageLabels: function() {
252
+ return this.__messagesContainer.getChildren();
253
+ },
254
+
255
addWidgetToMessages: function(widget) {
256
if (widget) {
257
this.__messagesContainer.add(widget);
0 commit comments