From 92bef3a805aba2e05fa4a640f37039062ecbcf6e Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 24 May 2018 10:20:03 +0530 Subject: Fix console port under OOM Issue-ID: CLI-114 Change-Id: Ica422ba45eb61109f55864ec0724ee0005643fc2 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index 04c356db..95d3772c 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -25,7 +25,7 @@ function redirectToConsole(){ } function redirectToConsoleOOM(){ - window.location.href="http://"+ window.location.hostname + ":30261"; + window.location.href="http://"+ window.location.hostname + ":30271"; } -- cgit 1.2.3-korg