From d502146b43359b4a9be54f025cfb0488199ffd0b Mon Sep 17 00:00:00 2001 From: lendry Date: Wed, 22 Apr 2026 15:36:54 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2428a09..619c678 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ // 2. Ищем, куда нас просили вернуться const urlParams = new URLSearchParams(window.location.search); const returnUrl = urlParams.get('returnUrl'); - + alert(returnUrl); if (returnUrl) { // 3. Перенаправляем пользователя обратно на Gateway (который перекинет в Grafana) window.location.href = returnUrl;