You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): Use endpoint for fetching InfrastructureService on edit
Previously, the edit pages fetched all infrastructure services of the
entity and filtered the desired service by name on the client side. With
the new endpoint to get an `InfrastructureService` by its name, the pages
now fetch the service directly from the backend.
Resolves#758.
Signed-off-by: Onur Demirci <[email protected]>
Copy file name to clipboardExpand all lines: ui/src/routes/organizations/$orgId/products/$productId/repositories/$repoId/_repo-layout/infrastructure-services/$serviceName/edit/index.tsx
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,7 @@ import { Loader2 } from 'lucide-react';
0 commit comments