Skip to content

Commit f82d620

Browse files
committed
Headers
1 parent 6e99f07 commit f82d620

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowserHeader.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,16 @@ qx.Class.define("osparc.dashboard.StudyBrowserHeader", {
301301
this.__setIcon("@FontAwesome5Solid/search/24");
302302
title.setValue(this.tr("Search results"));
303303
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+
break;
313+
}
304314
case "trash": {
305315
this.__setIcon("@FontAwesome5Solid/trash/20");
306316
title.setValue(this.tr("Recently Deleted"));

0 commit comments

Comments
 (0)