Commit 2e6d71ccee9c3dd6ea82b547f16d38752a48c0e1

Authored by Menouar
1 parent 4c5b04ad
Exists in mlplasmas and in 1 other branch cu2022

Disable User Model Cmp

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/views/MachineLearningUI.js
... ... @@ -360,13 +360,13 @@ Ext.define('amdaUI.MachineLearningUI', {
360 360 items: [
361 361 this.getDefaultModelsDataView()
362 362 ]
363   - },
  363 + }/*,
364 364 {
365 365 title: 'User Models',
366 366 items: [
367 367 this.getUserModelsDataView()
368 368 ]
369   - }
  369 + }*/
370 370 ],
371 371 },
372 372 {
... ...