Skip to content

Commit 4431084

Browse files
committed
Merge branch 'master' into 8387-fix-log-endpoint-in-api-server
2 parents 3736b88 + 562497c commit 4431084

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

services/static-webserver/client/source/class/osparc/support/ConversationsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ qx.Class.define("osparc.support.ConversationsPage", {
7979
this.getChildControl("buttons-layout").add(control);
8080
break;
8181
case "book-a-call-button-3rd":
82-
control = new qx.ui.form.Button(this.tr("Book a Call 3rd"), "@FontAwesome5Solid/phone/14").set({
82+
control = new qx.ui.form.Button(this.tr("Book a Call"), "@FontAwesome5Solid/flask/14").set({
8383
appearance: "strong-button",
8484
allowGrowX: false,
8585
center: true,

services/static-webserver/client/source/class/osparc/support/HomePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ qx.Class.define("osparc.support.HomePage", {
9999
this.getChildControl("conversation-buttons-layout").add(control, { flex: 1 });
100100
break;
101101
case "book-a-call-button-3rd":
102-
control = new qx.ui.form.Button(this.tr("Book a Call 3rd"), "@FontAwesome5Solid/phone/16").set({
102+
control = new qx.ui.form.Button(this.tr("Book a Call"), "@FontAwesome5Solid/flask/16").set({
103103
gap: 8,
104104
appearance: "strong-button",
105105
center: true,

services/static-webserver/client/source/class/osparc/workbench/NodeUI.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ qx.Class.define("osparc.workbench.NodeUI", {
4545

4646
this.set({
4747
appearance: "node-ui-cap",
48-
decorator: "rounded",
4948
layout: grid,
5049
showMinimize: false,
5150
showMaximize: false,

0 commit comments

Comments
 (0)