From 8d0c5bf95711f9a76478e56b0b2636768898b08c Mon Sep 17 00:00:00 2001 From: JhonSGIzquierdo Date: Wed, 19 Jun 2024 15:08:36 -0500 Subject: [PATCH] :wrench: chore(Embidded BI): parameter of the widget --- .../src/main/webapp/WEB-INF/crp/views/bi/biDashboard.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marlo-web/src/main/webapp/WEB-INF/crp/views/bi/biDashboard.ftl b/marlo-web/src/main/webapp/WEB-INF/crp/views/bi/biDashboard.ftl index 516718b0e0..dffcb425c1 100644 --- a/marlo-web/src/main/webapp/WEB-INF/crp/views/bi/biDashboard.ftl +++ b/marlo-web/src/main/webapp/WEB-INF/crp/views/bi/biDashboard.ftl @@ -73,9 +73,9 @@ [#-- BI Widget variable --] [#if config.production] - [#assign biWidgetMain = "https://bitest.ciat.cgiar.org/widget/main.js"] + [#assign biWidgetMain = "https://bi.prms.cgiar.org/widget/main.js"] [#else] - [#assign biWidgetMain = "https://bi.prms.cgiar.org/widget/main.js"] + [#assign biWidgetMain = "https://bitest.ciat.cgiar.org/widget/main.js"] [/#if]