File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
services/static-webserver/client/source/class/osparc/data/model Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,6 @@ qx.Class.define("osparc.data.model.Node", {
115115 event : "changeServiceUrl"
116116 } ,
117117
118- thumbnail : {
119- check : "String" ,
120- nullable : true ,
121- init : ""
122- } ,
123-
124118 portsConnected : {
125119 check : "Array" ,
126120 init : [ ] ,
@@ -478,9 +472,6 @@ qx.Class.define("osparc.data.model.Node", {
478472 }
479473 this . populateInputOutputData ( nodeData ) ;
480474 this . populateStates ( nodeData ) ;
481- if ( nodeData . thumbnail ) {
482- this . setThumbnail ( nodeData . thumbnail ) ;
483- }
484475 if ( nodeData . bootOptions ) {
485476 this . setBootOptions ( nodeData . bootOptions ) ;
486477 }
@@ -1254,7 +1245,6 @@ qx.Class.define("osparc.data.model.Node", {
12541245 inputAccess : this . getInputAccess ( ) ,
12551246 inputNodes : this . getInputNodes ( ) ,
12561247 inputsRequired : this . getInputsRequired ( ) ,
1257- thumbnail : this . getThumbnail ( ) ,
12581248 bootOptions : this . getBootOptions ( )
12591249 } ;
12601250 if ( ! clean ) {
You can’t perform that action at this time.
0 commit comments