From 385f5706d869d86b5d765d28a139e344384f7d85 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 3 Jun 2025 12:38:04 +0100 Subject: [PATCH] Add doc and file counts to the admin info page for a project (#26076) GitOrigin-RevId: afa7fa4e562962a4c7c88f6d3d5f13c0f1feb2e3 --- services/web/frontend/js/utils/meta.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/js/utils/meta.ts b/services/web/frontend/js/utils/meta.ts index 6e15309187..2e8df94273 100644 --- a/services/web/frontend/js/utils/meta.ts +++ b/services/web/frontend/js/utils/meta.ts @@ -190,6 +190,7 @@ export interface Meta { 'ol-preventCompileOnLoad'?: boolean 'ol-primaryEmail': { email: string; confirmed: boolean } 'ol-project': any // TODO + 'ol-projectEntityCounts'?: { files: number; docs: number } 'ol-projectHistoryBlobsEnabled': boolean 'ol-projectName': string 'ol-projectOwnerHasPremiumOnPageLoad': boolean