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 77e472e commit eeeccffCopy full SHA for eeeccff
services/static-webserver/client/source/class/osparc/form/renderer/PropForm.js
@@ -57,11 +57,11 @@ qx.Class.define("osparc.form.renderer.PropForm", {
57
},
58
59
getDownloadingAtom: function() {
60
- return new qx.ui.basic.Atom("", "@FontAwesome5Solid/download/12");
+ return new qx.ui.basic.Atom("", "@FontAwesome5Solid/cloud-download-alt/12");
61
62
63
getUploadingAtom: function() {
64
- return new qx.ui.basic.Atom("", "@FontAwesome5Solid/upload/12");
+ return new qx.ui.basic.Atom("", "@FontAwesome5Solid/cloud-upload-alt/12");
65
66
67
getFailedAtom: function() {
0 commit comments