We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c2516 commit e7fc30cCopy full SHA for e7fc30c
frontend/src/app/runners-table.tsx
@@ -35,8 +35,8 @@ export function RunnersTable({
35
<TableHeader>
36
<TableRow>
37
<TableHead />
38
- <TableHead>ID</TableHead>
39
- <TableHead>Name</TableHead>
+ <TableHead className="pl-8">ID</TableHead>
+ <TableHead className="pl-8">Name</TableHead>
40
<TableHead>Datacenter</TableHead>
41
<TableHead>Slots</TableHead>
42
<TableHead>Last ping</TableHead>
frontend/src/components/actors/data-provider.tsx
@@ -40,6 +40,7 @@ export const useDataProviderCheck = () => {
const matchRoute = useMatchRoute();
return matchRoute({
43
+ fuzzy: true,
44
to: match(__APP_TYPE__)
45
.with("cloud", () => {
46
return "/orgs/$organization/projects/$project/ns/$namespace" as const;
0 commit comments