Skip to content

Commit 5874c3e

Browse files
jsaq007odeimaiz
andauthored
Study page refactor (#5421)
Co-authored-by: Odei Maiz <[email protected]>
1 parent 655d97f commit 5874c3e

File tree

14 files changed

+513
-253
lines changed

14 files changed

+513
-253
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,11 @@ qx.Class.define("osparc.dashboard.CardBase", {
715715
moreOpts.openData();
716716
},
717717

718+
openBilling: function() {
719+
const moreOpts = this.__openMoreOptions();
720+
moreOpts.openBillingSettings();
721+
},
722+
718723
openAccessRights: function() {
719724
const moreOpts = this.__openMoreOptions();
720725
moreOpts.openAccessRights();

0 commit comments

Comments
 (0)