From: Kanagaraj Manickam k00365106 Date: Wed, 9 May 2018 06:06:19 +0000 (+0000) Subject: Enable web-console under OOM environment X-Git-Tag: v2.0.2~13^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F46733%2F1;p=cli.git Enable web-console under OOM environment Issue-ID: CLI-100 Change-Id: I5000ff2ad6b8706b88fb94660ee7944cc0625ee3 Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index c70e7018..04c356db 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -24,6 +24,10 @@ function redirectToConsole(){ window.location.href="http://"+ window.location.hostname + ":9090"; } +function redirectToConsoleOOM(){ + window.location.href="http://"+ window.location.hostname + ":30261"; +} +