Skip to content

Commit e2b2719

Browse files
committed
minor
1 parent 9b2d25c commit e2b2719

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ListButtonItem.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,8 @@ qx.Class.define("osparc.dashboard.ListButtonItem", {
6868
column: osparc.dashboard.ListButtonBase.POS.SHARED
6969
});
7070
break;
71-
case "date-text":
72-
control = new qx.ui.basic.Label().set({
73-
font: "text-13",
74-
allowGrowY: false,
75-
minWidth: 120,
76-
alignY: "middle"
77-
});
71+
case "date-by":
72+
control = new osparc.ui.basic.DateAndBy();
7873
this._add(control, {
7974
row: 0,
8075
column: osparc.dashboard.ListButtonBase.POS.LAST_CHANGE

0 commit comments

Comments
 (0)