Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FEATURE_DEFAULT_AUTHENTICATED_VIEW_ENABLE=false
GATEKEEPER_URL=https://license.devtron.ai/dashboard
FEATURE_AI_INTEGRATION_ENABLE=false
LOGIN_PAGE_IMAGE=
FEATURE_ASK_DEVTRON_EXPERT=false
FEATURE_ASK_DEVTRON_EXPERT=true
FEATURE_MANAGE_TRAFFIC_ENABLE=false
FEATURE_REDFISH_NODE_ENABLE=false
FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE=false
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
disabled: true,
items: [
{
title: 'Overview',
title: 'Notifications',
dataTestId: 'ai-recommendations-overview',
id: 'ai-recommendations-overview',
icon: 'ic-speedometer',
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if (!window || !window._env_) {
GATEKEEPER_URL: 'https://license.devtron.ai/dashboard',
FEATURE_AI_INTEGRATION_ENABLE: true,
LOGIN_PAGE_IMAGE: '',
FEATURE_ASK_DEVTRON_EXPERT: false,
FEATURE_ASK_DEVTRON_EXPERT: true,
FEATURE_MANAGE_TRAFFIC_ENABLE: true,
FEATURE_REDFISH_NODE_ENABLE: false,
FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE: false,
Expand Down
Loading