Skip to content

Commit

Permalink
re-order
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Apr 16, 2024
1 parent 06457e6 commit bd07727
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@ qx.Class.define("osparc.data.model.NodeProgressSequence", {
const scalingLayout = this.__clusterUpScalingLayout = this.self().createTaskLayout(qx.locale.Manager.tr("Increasing system capacity..."));
sequenceLoadingPage.add(scalingLayout);

const pullingInputsLayout = this.__pullingInputsLayout = this.self().createTaskLayout(qx.locale.Manager.tr("Retrieving your input data..."));
sequenceLoadingPage.add(pullingInputsLayout);

const pullingSidecarLayout = this.__pullingSidecarLayout = this.self().createTaskLayout(qx.locale.Manager.tr("Setting up key components..."));
sequenceLoadingPage.add(pullingSidecarLayout);

const pullingInputsLayout = this.__pullingInputsLayout = this.self().createTaskLayout(qx.locale.Manager.tr("Retrieving your input data..."));
sequenceLoadingPage.add(pullingInputsLayout);

const pullingOutputsLayout = this.__pullingOutputsLayout = this.self().createTaskLayout(qx.locale.Manager.tr("Retrieving your output data..."));
sequenceLoadingPage.add(pullingOutputsLayout);

Expand Down

0 comments on commit bd07727

Please sign in to comment.