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
featureDescription="Supercharge your troubleshooting! Instantly ask AI about your application or Kubernetes issues and get expert guidance at your fingertips."
featureDescription="Supercharge your troubleshooting! Instantly ask AI about your application or Kubernetes issues and get expert guidance at your fingertips."
35
+
showBorder={false}
36
+
/>
37
+
)
43
38
}
44
39
45
-
return(
46
-
<GenericEmptyState
47
-
title="AI Integration not configured"
48
-
subTitle="For AI-powered insights, please follow documentation or contact the Devtron team."
49
-
SvgImage={ICMaintenance}
50
-
imageType={ImageType.Medium}
51
-
isButtonAvailable
52
-
renderButton={renderOpenTicketButton}
53
-
/>
54
-
)
40
+
if(!window._env_?.FEATURE_ASK_DEVTRON_EXPERT){
41
+
return(
42
+
<GenericEmptyState
43
+
title="AI Integration not configured"
44
+
subTitle="For AI-powered insights, please follow documentation or contact the Devtron team."
0 commit comments