Skip to content

Commit 140eb40

Browse files
committed
Batches page
1 parent 67bdad5 commit 140eb40

File tree

7 files changed

+1498
-1
lines changed

7 files changed

+1498
-1
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
RectangleStackIcon,
1313
ServerStackIcon,
1414
ShieldCheckIcon,
15+
Squares2X2Icon,
1516
} from "@heroicons/react/20/solid";
1617
import { UserGroupIcon, UserPlusIcon } from "@heroicons/react/24/solid";
1718
import { useNavigation } from "@remix-run/react";
@@ -45,6 +46,7 @@ import {
4546
projectSetupPath,
4647
projectTriggersPath,
4748
v3ApiKeysPath,
49+
v3BatchesPath,
4850
v3BillingPath,
4951
v3ConcurrencyPath,
5052
v3DeploymentsPath,
@@ -475,6 +477,13 @@ function V3ProjectSideMenu({
475477
activeIconColor="text-teal-500"
476478
to={v3RunsPath(organization, project)}
477479
/>
480+
<SideMenuItem
481+
name="Batches"
482+
icon={Squares2X2Icon}
483+
activeIconColor="text-blue-500"
484+
to={v3BatchesPath(organization, project)}
485+
data-action="batches"
486+
/>
478487
<SideMenuItem
479488
name="Test"
480489
icon={BeakerIcon}

0 commit comments

Comments
 (0)