diff --git a/public/app/features/admin/state/apis.ts b/public/app/features/admin/state/apis.ts index 1166fa4dc01..e49cd915adf 100644 --- a/public/app/features/admin/state/apis.ts +++ b/public/app/features/admin/state/apis.ts @@ -25,6 +25,7 @@ export const getServerStats = async (): Promise => { { name: 'Total dashboard tags', value: res.tags }, { name: 'Total starred dashboards', value: res.stars }, { name: 'Total alerts', value: res.alerts }, + { name: 'Total data sources', value: res.datasources }, ]; } catch (error) { console.error(error);