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}