Skip to content

Commit 32eff5f

Browse files
committed
loading
1 parent 7905a98 commit 32eff5f

File tree

1 file changed

+7
-0
lines changed
  • services/static-webserver/client/source/class/osparc/vipStore

1 file changed

+7
-0
lines changed

services/static-webserver/client/source/class/osparc/vipStore/VIPStore.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ qx.Class.define("osparc.vipStore.VIPStore", {
8888
},
8989
});
9090

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+
9198
const anatomicModelDetails = new osparc.vipStore.AnatomicalModelDetails().set({
9299
padding: 20,
93100
});

0 commit comments

Comments
 (0)