Skip to content

Commit

Permalink
💣 [Frontend] Retire clusters (ITISFoundation#6883)
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Dec 3, 2024
1 parent ca5fcdc commit 821f20c
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 1,750 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,6 @@ qx.Class.define("osparc.auth.Manager", {
this.updateProfile(profile);
const role = profile.role.toLowerCase();
osparc.data.Permissions.getInstance().setRole(role);

this.__fetchStartUpResources();
},

__fetchStartUpResources: function() {
const isDisabled = osparc.utils.DisabledPlugins.isClustersDisabled();
if (isDisabled === false) {
osparc.data.Resources.get("clusters");
}
},

__logoutUser: function() {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 821f20c

Please sign in to comment.