File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
services/static-webserver/client/source/class/osparc/data Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,16 @@ qx.Class.define("osparc.data.Job", {
9191 statics : {
9292 STATUS_LABELS : {
9393 "UNKNOWN" : "Unknown" ,
94- "NOT_STARTED" : "Not Started " ,
95- "PUBLISHED" : "Published " ,
96- "PENDING" : "Pending " ,
94+ "NOT_STARTED" : "Unknown " ,
95+ "PUBLISHED" : "Queued " ,
96+ "PENDING" : "Queued " ,
9797 "RUNNING" : "Running" ,
98- "SUCCESS" : "Success" ,
98+ "STARTED" : "Running" ,
99+ "SUCCESS" : "Finished" ,
99100 "FAILED" : "Failed" ,
100101 "ABORTED" : "Aborted" ,
101- "WAITING_FOR_RESOURCES" : "Waiting for Resources " ,
102- "WAITING_FOR_CLUSTER" : "Waiting for Cluster " ,
102+ "WAITING_FOR_RESOURCES" : "Hardware is ready, installing Sim4Life solvers " ,
103+ "WAITING_FOR_CLUSTER" : "Creating your personal computing hardware " ,
103104 } ,
104105 } ,
105106
You can’t perform that action at this time.
0 commit comments