diff --git a/src/@types/parseable/api/about.ts b/src/@types/parseable/api/about.ts index a37563fd..511242e7 100644 --- a/src/@types/parseable/api/about.ts +++ b/src/@types/parseable/api/about.ts @@ -13,4 +13,5 @@ export type AboutData = { uiVersion: string; grpcPort: number; oidcActive: boolean; + cache: string; }; diff --git a/src/components/Navbar/infoModal.tsx b/src/components/Navbar/infoModal.tsx index 5fd702f5..775532d2 100644 --- a/src/components/Navbar/infoModal.tsx +++ b/src/components/Navbar/infoModal.tsx @@ -171,6 +171,10 @@ const InfoModal: FC = (props) => { {data.store} + Cache + {data.cache} + + LLM Status {llmStatus}