diff --git a/webui/src/hooks/use-resource-detail.tsx b/webui/src/hooks/use-resource-detail.tsx index 8a7c5a373..134841fe0 100644 --- a/webui/src/hooks/use-resource-detail.tsx +++ b/webui/src/hooks/use-resource-detail.tsx @@ -42,6 +42,7 @@ export const useResourceDetail = (name: string, resource: string, protocol = 'ht hasValidMiddlewares: hasMiddlewares, entryPointsData: entryPoints, using: routeDetail.using, + type: routeDetail.type, }, error: firstError, } as ResourceDetailType