From 0e2481b7d430fd38588a22ba8e4515691ca403ad Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 9 May 2018 06:06:19 +0000 Subject: Enable web-console under OOM environment Issue-ID: CLI-100 Change-Id: I5000ff2ad6b8706b88fb94660ee7944cc0625ee3 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"; +} +