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 ( -
-
+
+
- + {Column.map((col, i) => { return ( diff --git a/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx b/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx index 9d6311e73..b513cc15c 100644 --- a/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomPanel/SystemMonitor/index.tsx @@ -88,7 +88,7 @@ const SystemMonitor = () => {
{
-
+
diff --git a/web/screens/Settings/Appearance/index.tsx b/web/screens/Settings/Appearance/index.tsx index 837a7074c..393af2e47 100644 --- a/web/screens/Settings/Appearance/index.tsx +++ b/web/screens/Settings/Appearance/index.tsx @@ -57,7 +57,7 @@ export default function AppearanceOptions() {
Appearance

- Select a color theme + Select a color theme.