Skip to content

Commit 0b8ea9d

Browse files
committed
minor
1 parent 9eb732a commit 0b8ea9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserFilter", {
386386
},
387387

388388
__populateTags: function(tagsLayout, selectedTagIds) {
389-
const maxTags = 5;
389+
const maxTags = 10;
390390
this.__tagButtons = [];
391391
tagsLayout.removeAll();
392392
osparc.store.Tags.getInstance().getTags().forEach((tag, idx) => {
@@ -443,6 +443,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserFilter", {
443443
myAccountWindow.openTags();
444444
});
445445
tagsLayout.add(editTagsButton);
446+
editTagsButton.exclude(); // excluded for now, they will be used as categories
446447

447448
if (this.__resourceType === "study") {
448449
tagsLayout.getChildren().forEach(item => item.setPaddingLeft(10)); // align them with the context

0 commit comments

Comments
 (0)