From: Kanagaraj Manickam k00365106 Date: Thu, 24 May 2018 04:50:03 +0000 (+0530) Subject: Fix console port under OOM X-Git-Tag: 2.0.3~33 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F48857%2F1;p=cli.git Fix console port under OOM Issue-ID: CLI-114 Change-Id: Ica422ba45eb61109f55864ec0724ee0005643fc2 Signed-off-by: Kanagaraj Manickam k00365106 --- 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"; }