From 177689341fc003973a8600dd29a88a11cddadb3a Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 30 Oct 2023 22:11:01 -0700 Subject: [PATCH] chore(ui): rename runners to workers (#681) --- .../components/{runner-card.tsx => worker-card.tsx} | 0 ee/tabby-ui/app/(dashboard)/page.tsx | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename ee/tabby-ui/app/(dashboard)/components/{runner-card.tsx => worker-card.tsx} (100%) diff --git a/ee/tabby-ui/app/(dashboard)/components/runner-card.tsx b/ee/tabby-ui/app/(dashboard)/components/worker-card.tsx similarity index 100% rename from ee/tabby-ui/app/(dashboard)/components/runner-card.tsx rename to ee/tabby-ui/app/(dashboard)/components/worker-card.tsx diff --git a/ee/tabby-ui/app/(dashboard)/page.tsx b/ee/tabby-ui/app/(dashboard)/page.tsx index 112e0b7..4bd9856 100644 --- a/ee/tabby-ui/app/(dashboard)/page.tsx +++ b/ee/tabby-ui/app/(dashboard)/page.tsx @@ -13,7 +13,7 @@ import { IconSlack } from '@/components/ui/icons' import { Separator } from '@/components/ui/separator' import { useHealth } from '@/lib/hooks/use-health' import { PropsWithChildren, useEffect, useState } from 'react' -import RunnerCard from './components/runner-card' +import WorkerCard from './components/worker-card' const COMMUNITY_DIALOG_SHOWN_KEY = 'community-dialog-shown' @@ -96,23 +96,23 @@ function MainPanel() {
- Runners + Workers
- {healthInfo.chat_model && ( - )} -