File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/static-webserver/client/source/class/osparc/vipMarket Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments