Skip to content

Commit 9b916c8

Browse files
committed
minor
1 parent eb52584 commit 9b916c8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

services/static-webserver/client/source/class/osparc/po/UsersPending.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -143,27 +143,6 @@ qx.Class.define("osparc.po.UsersPending", {
143143
row: 0,
144144
column: 2,
145145
});
146-
147-
pendingUsersLayout.add(new qx.ui.basic.Label(this.tr("Status")).set({
148-
font: "text-14"
149-
}), {
150-
row: 0,
151-
column: 3,
152-
});
153-
154-
pendingUsersLayout.add(new qx.ui.basic.Label(this.tr("Info")).set({
155-
font: "text-14"
156-
}), {
157-
row: 0,
158-
column: 4,
159-
});
160-
161-
pendingUsersLayout.add(new qx.ui.basic.Label(this.tr("Action")).set({
162-
font: "text-14"
163-
}), {
164-
row: 0,
165-
column: 5,
166-
});
167146
},
168147

169148
__addRows: function(pendingUsers) {

0 commit comments

Comments
 (0)