Skip to content

Commit

Permalink
Merge branch 'master' into sort-studies-templates-services
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Mar 7, 2024
2 parents 4dcf937 + 5874c3e commit 29fb158
Show file tree
Hide file tree
Showing 14 changed files with 513 additions and 253 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,11 @@ qx.Class.define("osparc.dashboard.CardBase", {
moreOpts.openData();
},

openBilling: function() {
const moreOpts = this.__openMoreOptions();
moreOpts.openBillingSettings();
},

openAccessRights: function() {
const moreOpts = this.__openMoreOptions();
moreOpts.openAccessRights();
Expand Down
Loading

0 comments on commit 29fb158

Please sign in to comment.