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 eb52584 commit 9b916c8Copy full SHA for 9b916c8
services/static-webserver/client/source/class/osparc/po/UsersPending.js
@@ -143,27 +143,6 @@ qx.Class.define("osparc.po.UsersPending", {
143
row: 0,
144
column: 2,
145
});
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
156
157
158
- column: 4,
159
160
161
- pendingUsersLayout.add(new qx.ui.basic.Label(this.tr("Action")).set({
162
163
164
165
- column: 5,
166
167
},
168
169
__addRows: function(pendingUsers) {
0 commit comments