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 54189ee commit 6f8afa6Copy full SHA for 6f8afa6
services/static-webserver/client/source/class/osparc/info/ServiceLarge.js
@@ -457,12 +457,6 @@ qx.Class.define("osparc.info.ServiceLarge", {
457
return resourcesLayout;
458
},
459
460
- __createRawMetadata: function() {
461
- const container = new qx.ui.container.Scroll();
462
- container.add(new osparc.ui.basic.JsonTreeWidget(this.getService(), "serviceDescriptionSettings"));
463
- return container;
464
- },
465
-
466
__openIconEditor: function() {
467
const iconEditor = new osparc.widget.Renamer(this.getService()["icon"], null, this.tr("Edit Icon"));
468
iconEditor.addListener("labelChanged", e => {
0 commit comments