Commit 4c5b04adc4e163968da35fc771fcf34ba571162e

Authored by Menouar
1 parent 20ca438f
Exists in mlplasmas and in 1 other branch cu2022

Disable Fitting onglet

Showing 2 changed files with 7 additions and 2 deletions   Show diff stats
js/app/views/MachineLearningUI.js
... ... @@ -156,7 +156,8 @@ Ext.define('amdaUI.MachineLearningUI', {
156 156 bbar: [
157 157 {xtype: 'button', text: 'Run Prediction', handler: this.runPredictionRequest, scope: me}
158 158 ]
159   - },
  159 + }
  160 + /*,
160 161 {
161 162 title: "Fitting",
162 163 items: [
... ... @@ -166,7 +167,7 @@ Ext.define('amdaUI.MachineLearningUI', {
166 167 '->',
167 168 {xtype: 'button', text: 'Run Fitting', handler: this.runFittingRequest, scope: me}
168 169 ]
169   - }
  170 + }*/
170 171 ],
171 172 setModel: function(modelinfo) {
172 173 me.runModelObj.set('moduleId', modelinfo.get('id'));
... ...
update_amda/tree.xml 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<Response>
  3 +<leaf id="spase://CNES/NumericalOutput/CDPP-AMDA/TSYG96/b_t96" text="b_t96" name="b_t96"/>
  4 +</Response>
... ...