diff --git a/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx b/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx index 5ea32558c..de9b52782 100644 --- a/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx +++ b/web/containers/Layout/BottomPanel/SystemMonitor/TableActiveModel/index.tsx @@ -10,17 +10,17 @@ import { toGibibytes } from '@/utils/converter' import { serverEnabledAtom } from '@/helpers/atoms/LocalServer.atom' -const Column = ['Name', 'Size', ''] +const Column = ['Model', 'Size', ''] const TableActiveModel = () => { const { activeModel, stateModel, stopModel } = useActiveModel() const [serverEnabled, setServerEnabled] = useAtom(serverEnabledAtom) return ( -