From fc363daa0cdd646163bf5b694959dcc7448b039b Mon Sep 17 00:00:00 2001 From: afeenster Date: Thu, 1 Apr 2021 13:42:43 -0700 Subject: [PATCH] Using the Model Search tool as the main navigator for finding a model. --- .../main/webapp/components/ModelNavigator.jsx | 34 +++++++------------ 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/serving/central/src/main/webapp/components/ModelNavigator.jsx b/serving/central/src/main/webapp/components/ModelNavigator.jsx index f8e0c01102b..c4a26426343 100644 --- a/serving/central/src/main/webapp/components/ModelNavigator.jsx +++ b/serving/central/src/main/webapp/components/ModelNavigator.jsx @@ -141,6 +141,7 @@ export default function ModelNavigator(props) {
} defaultExpandIcon={} > @@ -189,36 +190,25 @@ export default function ModelNavigator(props) {
- -
- - {modelList.map(application => ( - application.map((model) => ( - setModel(model)}> - - ))))} -
-
+ -
- -
-
} defaultExpandIcon={} > - {modelZooData.map((application) => ( - - {application.models.map((model) => ( - setModel(model)}> - - ))} - - ))} + +
+ {modelList.map(application => ( + console.log(application), + application.map((model) => ( + setModel(model)}> + + )) + ))} +