Commit 4c5b04adc4e163968da35fc771fcf34ba571162e
1 parent
20ca438f
Exists in
mlplasmas
and in
1 other branch
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')); |
... | ... |