From 608b92866bb7b50c5fd2d0e397742cc2906131fe Mon Sep 17 00:00:00 2001 From: dprizentsov Date: Tue, 10 Feb 2026 16:49:44 +0100 Subject: [PATCH] PM dashboards import one file at a time Signed-off-by: dprizentsov --- grafana/rmf-app/src/components/Root/Root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/rmf-app/src/components/Root/Root.tsx b/grafana/rmf-app/src/components/Root/Root.tsx index 2af990d..9785a2c 100644 --- a/grafana/rmf-app/src/components/Root/Root.tsx +++ b/grafana/rmf-app/src/components/Root/Root.tsx @@ -509,7 +509,7 @@ export class Root extends PureComponent { - { + { const nameUid = await this.prepareDatasources(result); const dashboard = parsePmImportFileToDashboard(result, nameUid); await this.importDashboard(PM_FOLDER_UID, OperCode.Install, [dashboard]);