Skip to content

Commit e2145ea

Browse files
committed
hide toolbar for workspaces
1 parent b2488fa commit e2145ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
195195
__centerLayout: null,
196196
_resourceType: null,
197197
_resourcesList: null,
198-
_topBar: null,
199198
_toolbar: null,
200199
_searchBarFilter: null,
201200
__viewModeLayout: null,

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,12 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
991991
this.invalidateStudies();
992992
this._resourcesContainer.setResourcesToList([]);
993993

994+
this._toolbar.show();
994995
if (context === "search") {
995996
this.__reloadFolders();
996997
this.__reloadStudies();
997998
} else if (context === "workspaces") {
999+
this._toolbar.hide();
9981000
this._searchBarFilter.resetFilters();
9991001
this.__reloadWorkspaces();
10001002
} else if (context === "studiesAndFolders") {

0 commit comments

Comments
 (0)