Skip to content

Commit e626639

Browse files
committed
categories
1 parent 0f0c6e4 commit e626639

File tree

1 file changed

+4
-4
lines changed
  • services/static-webserver/client/source/class/osparc/vipMarket

1 file changed

+4
-4
lines changed

services/static-webserver/client/source/class/osparc/vipMarket/Market.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ qx.Class.define("osparc.vipMarket.Market", {
2929
osparc.data.Resources.getInstance().getAllPages("licensedItems")
3030
.then(() => {
3131
[{
32-
category: "humanWhole",
32+
category: "human",
3333
label: "Humans",
3434
icon: "@FontAwesome5Solid/users/20",
3535
url: "https://itis.swiss/PD_DirectDownload/getDownloadableItems/HumanWholeBody",
3636
}, {
37-
category: "humanRegion",
37+
category: "human_region",
3838
label: "Humans (Region)",
3939
icon: "@FontAwesome5Solid/users/20",
4040
url: "https://itis.swiss/PD_DirectDownload/getDownloadableItems/HumanBodyRegion",
4141
}, {
42-
category: "animalWhole",
42+
category: "animal",
4343
label: "Animals",
4444
icon: "@FontAwesome5Solid/users/20",
4545
url: "https://itis.swiss/PD_DirectDownload/getDownloadableItems/AnimalWholeBody",
4646
}, {
47-
category: "compPhantom",
47+
category: "phantom",
4848
label: "Phantoms",
4949
icon: "@FontAwesome5Solid/users/20",
5050
url: "https://speag.swiss/PD_DirectDownload/getDownloadableItems/ComputationalPhantom",

0 commit comments

Comments
 (0)