diff --git a/src/components/home-next/NavbarNext.tsx b/src/components/home-next/NavbarNext.tsx index f54707bccdc92..95160d5a32edc 100644 --- a/src/components/home-next/NavbarNext.tsx +++ b/src/components/home-next/NavbarNext.tsx @@ -67,6 +67,7 @@ function buildNavItems( { label: 'Blogs', href: '/blog' }, { label: 'News and Events', href: '/events' }, { label: 'Course', href: '/course' }, + { label: 'Profile Analysis', href: '/profile-analysis' }, ], }, { diff --git a/src/components/profile-analysis/ProfileAnalysis.scss b/src/components/profile-analysis/ProfileAnalysis.scss index 575c75e3850bf..3a4bf8bcc075a 100644 --- a/src/components/profile-analysis/ProfileAnalysis.scss +++ b/src/components/profile-analysis/ProfileAnalysis.scss @@ -421,7 +421,8 @@ } } - &__ai-warning { + &__ai-warning, + &__version-notice { margin-bottom: 1rem; padding: 0.9rem 1rem; border-left: 4px solid var(--ifm-color-warning); diff --git a/src/components/profile-analysis/ProfileUploader.tsx b/src/components/profile-analysis/ProfileUploader.tsx index ebd56c0af209b..72302d60f3182 100644 --- a/src/components/profile-analysis/ProfileUploader.tsx +++ b/src/components/profile-analysis/ProfileUploader.tsx @@ -89,6 +89,11 @@ export function ProfileUploader({ file, disabled, onFileChange }: ProfileUploade Profile sections before local visualization or AI upload.

+
+ Use a Profile produced by Apache Doris 4.1 or later. Profiles from earlier versions may fail to + parse. +
+