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 7905a98 commit 32eff5fCopy full SHA for 32eff5f
services/static-webserver/client/source/class/osparc/vipStore/VIPStore.js
@@ -88,6 +88,13 @@ qx.Class.define("osparc.vipStore.VIPStore", {
88
},
89
});
90
91
+ const loadingModel = {
92
+ id: 0,
93
+ thumbnail: "@FontAwesome5Solid/spinner/32",
94
+ name: this.tr("Loading"),
95
+ };
96
+ this.__anatomicalModelsModel.append(qx.data.marshal.Json.createModel(loadingModel));
97
+
98
const anatomicModelDetails = new osparc.vipStore.AnatomicalModelDetails().set({
99
padding: 20,
100
0 commit comments