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 7b26568 commit a565c4aCopy full SHA for a565c4a
services/static-webserver/client/source/class/osparc/jobs/JobsButton.js
@@ -41,8 +41,7 @@ qx.Class.define("osparc.jobs.JobsButton", {
41
let control;
42
switch (id) {
43
case "icon": {
44
- control = new qx.ui.basic.Image("@FontAwesome5Solid/cog/22");
45
- osparc.utils.Utils.addClass(control.getContentElement(), "rotateSlow");
+ control = new qx.ui.basic.Image("@FontAwesome5Solid/tasks/22");
46
47
const logoContainer = new qx.ui.container.Composite(new qx.ui.layout.HBox().set({
48
alignY: "middle"
0 commit comments