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 6e99f07 commit f82d620Copy full SHA for f82d620
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowserHeader.js
@@ -301,6 +301,16 @@ qx.Class.define("osparc.dashboard.StudyBrowserHeader", {
301
this.__setIcon("@FontAwesome5Solid/search/24");
302
title.setValue(this.tr("Search results"));
303
break;
304
+ case "templates": {
305
+ this.__setIcon("@FontAwesome5Solid/copy/20");
306
+ title.setValue(this.tr("Templates"));
307
+ break;
308
+ }
309
+ case "public": {
310
+ this.__setIcon("@FontAwesome5Solid/globe/20");
311
+ title.setValue(this.tr("Public Projects"));
312
313
314
case "trash": {
315
this.__setIcon("@FontAwesome5Solid/trash/20");
316
title.setValue(this.tr("Recently Deleted"));
0 commit comments