diff --git a/js/app/views/MachineLearningUI.js b/js/app/views/MachineLearningUI.js index ccedba1..a6d9cd4 100644 --- a/js/app/views/MachineLearningUI.js +++ b/js/app/views/MachineLearningUI.js @@ -156,7 +156,8 @@ Ext.define('amdaUI.MachineLearningUI', { bbar: [ {xtype: 'button', text: 'Run Prediction', handler: this.runPredictionRequest, scope: me} ] - }, + } + /*, { title: "Fitting", items: [ @@ -166,7 +167,7 @@ Ext.define('amdaUI.MachineLearningUI', { '->', {xtype: 'button', text: 'Run Fitting', handler: this.runFittingRequest, scope: me} ] - } + }*/ ], setModel: function(modelinfo) { me.runModelObj.set('moduleId', modelinfo.get('id')); diff --git a/update_amda/tree.xml b/update_amda/tree.xml new file mode 100644 index 0000000..3232cfa --- /dev/null +++ b/update_amda/tree.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Response> +<leaf id="spase://CNES/NumericalOutput/CDPP-AMDA/TSYG96/b_t96" text="b_t96" name="b_t96"/> +</Response> -- libgit2 0.21.2