From 3602c36752b060557c32f730350a61b018e78331 Mon Sep 17 00:00:00 2001 From: Feroze Mohideen Date: Wed, 11 Oct 2023 17:37:10 -0400 Subject: [PATCH] hotfix internal url (#3798) --- .../src/main/home/app-dashboard/app-view/tabs/Overview.tsx | 1 + .../validate-apply/services-settings/ServiceContainer.tsx | 4 +++- .../validate-apply/services-settings/ServiceList.tsx | 3 +++ .../validate-apply/services-settings/tabs/WebTabs.tsx | 5 ++--- .../preview-environments/v2/setup-app/AppTemplateForm.tsx | 2 ++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx b/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx index 993e316f64..646528da3c 100644 --- a/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx +++ b/dashboard/src/main/home/app-dashboard/app-view/tabs/Overview.tsx @@ -75,6 +75,7 @@ const Overview: React.FC = ({ buttonStatus }) => { serviceVersionStatus={serviceVersionStatus} maxCPU={currentClusterResources.maxCPU} maxRAM={currentClusterResources.maxRAM} + namespace={deploymentTarget.namespace} />