Skip to content

Commit 7258335

Browse files
committed
minor
1 parent df05655 commit 7258335

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/jobs

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/jobs/JobsTable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ qx.Class.define("osparc.jobs.JobsTable", {
5858
id: "status",
5959
column: 2,
6060
label: qx.locale.Manager.tr("Status"),
61-
width: 160
61+
width: 170
6262
},
6363
PROGRESS: {
6464
id: "progress",
@@ -82,7 +82,7 @@ qx.Class.define("osparc.jobs.JobsTable", {
8282
id: "instance",
8383
column: 6,
8484
label: qx.locale.Manager.tr("Instance"),
85-
width: 100
85+
width: 90
8686
},
8787
INFO: {
8888
id: "info",

0 commit comments

Comments
 (0)