diff --git a/web/src/app/admin/systeminfo/page.tsx b/web/src/app/admin/systeminfo/page.tsx index 3ee5fc0c3..971967127 100644 --- a/web/src/app/admin/systeminfo/page.tsx +++ b/web/src/app/admin/systeminfo/page.tsx @@ -1,5 +1,6 @@ import { NotebookIcon } from "@/components/icons/icons"; import { getWebVersion, getBackendVersion } from "@/lib/version"; +import { EE_ENABLED } from "@/lib/constants"; const Page = async () => { let web_version: string | null = null; @@ -21,7 +22,9 @@ const Page = async () => {
Danswer MIT
++ {EE_ENABLED ? "Danswer Enterprise Edition" : "Danswer MIT"} +
Backend Version: