We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df05655 commit 7258335Copy full SHA for 7258335
services/static-webserver/client/source/class/osparc/jobs/JobsTable.js
@@ -58,7 +58,7 @@ qx.Class.define("osparc.jobs.JobsTable", {
58
id: "status",
59
column: 2,
60
label: qx.locale.Manager.tr("Status"),
61
- width: 160
+ width: 170
62
},
63
PROGRESS: {
64
id: "progress",
@@ -82,7 +82,7 @@ qx.Class.define("osparc.jobs.JobsTable", {
82
id: "instance",
83
column: 6,
84
label: qx.locale.Manager.tr("Instance"),
85
- width: 100
+ width: 90
86
87
INFO: {
88
id: "info",
0 commit comments