From 2e6d71ccee9c3dd6ea82b547f16d38752a48c0e1 Mon Sep 17 00:00:00 2001
From: Menouar <menouar.azib@akka.eu>
Date: Wed, 19 Oct 2022 08:04:11 +0000
Subject: [PATCH] Disable User Model Cmp

---
 js/app/views/MachineLearningUI.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/app/views/MachineLearningUI.js b/js/app/views/MachineLearningUI.js
index a6d9cd4..9d51530 100644
--- a/js/app/views/MachineLearningUI.js
+++ b/js/app/views/MachineLearningUI.js
@@ -360,13 +360,13 @@ Ext.define('amdaUI.MachineLearningUI', {
 							items: [
 								this.getDefaultModelsDataView()
 							]
-						},
+						}/*,
 						{
 							title: 'User Models',
 							items: [
 								this.getUserModelsDataView()
 							]
-						}
+						}*/
 					],
 				},
 				{
--
libgit2 0.21.2