Skip to content

Commit e7fc30c

Browse files
committed
fix: bring ba actor builds list
1 parent d8c2516 commit e7fc30c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/src/app/runners-table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export function RunnersTable({
3535
<TableHeader>
3636
<TableRow>
3737
<TableHead />
38-
<TableHead>ID</TableHead>
39-
<TableHead>Name</TableHead>
38+
<TableHead className="pl-8">ID</TableHead>
39+
<TableHead className="pl-8">Name</TableHead>
4040
<TableHead>Datacenter</TableHead>
4141
<TableHead>Slots</TableHead>
4242
<TableHead>Last ping</TableHead>

frontend/src/components/actors/data-provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const useDataProviderCheck = () => {
4040
const matchRoute = useMatchRoute();
4141

4242
return matchRoute({
43+
fuzzy: true,
4344
to: match(__APP_TYPE__)
4445
.with("cloud", () => {
4546
return "/orgs/$organization/projects/$project/ns/$namespace" as const;

0 commit comments

Comments
 (0)