From 7a24e2d3252809e8e9bee1484e893b3ef6ef7f9f Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 1 Nov 2024 17:55:15 +0700 Subject: [PATCH] ui: minor update list model running system monitor (#3919) --- .../SystemMonitor/TableActiveModel/index.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx b/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx index 5e8549c7f..6ff6c894a 100644 --- a/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx +++ b/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx @@ -10,8 +10,6 @@ import { isLocalEngine } from '@/utils/modelEngine' import { serverEnabledAtom } from '@/helpers/atoms/LocalServer.atom' -const Column = ['Model', 'Size', ''] - const TableActiveModel = () => { const { activeModel, stateModel, stopModel } = useActiveModel() @@ -21,25 +19,11 @@ const TableActiveModel = () => {
- - - {Column.map((col, i) => { - return ( - - ) - })} - - {activeModel && isLocalEngine(activeModel.engine) ? (
- {col} -

{activeModel.name}