Skip to content

Commit 821f20c

Browse files
authored
πŸ’£ [Frontend] Retire clusters (ITISFoundation#6883)
1 parent ca5fcdc commit 821f20c

File tree

17 files changed

+0
-1750
lines changed

17 files changed

+0
-1750
lines changed

β€Žservices/static-webserver/client/source/class/osparc/auth/Manager.jsβ€Ž

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,6 @@ qx.Class.define("osparc.auth.Manager", {
257257
this.updateProfile(profile);
258258
const role = profile.role.toLowerCase();
259259
osparc.data.Permissions.getInstance().setRole(role);
260-
261-
this.__fetchStartUpResources();
262-
},
263-
264-
__fetchStartUpResources: function() {
265-
const isDisabled = osparc.utils.DisabledPlugins.isClustersDisabled();
266-
if (isDisabled === false) {
267-
osparc.data.Resources.get("clusters");
268-
}
269260
},
270261

271262
__logoutUser: function() {

β€Žservices/static-webserver/client/source/class/osparc/cluster/ClusterMiniView.jsβ€Ž

Lines changed: 0 additions & 202 deletions
This file was deleted.

β€Žservices/static-webserver/client/source/class/osparc/cluster/ClusterWorkers.jsβ€Ž

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
Β (0)