diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-05-09 10:46:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-09 10:46:12 +0000 |
commit | 578334b7122d8c022756ba1e73c7d05c4b435d98 (patch) | |
tree | cec49a773a5931a323ff5ee45d988a9547a95707 /deployment/http/web/index.html | |
parent | 6eabdeab92e93019c7d36573132c3f62a6d9a4f3 (diff) | |
parent | 3f9fc6aac50fd9d1f4c723cde1e0b8e68a4b8a13 (diff) |
Merge changes I66bece21,I331c53d5,I5000ff2a
* changes:
Make redirect ready in lighttpd
Make onap-beijing as default product in use
Enable web-console under OOM environment
Diffstat (limited to 'deployment/http/web/index.html')
-rw-r--r-- | deployment/http/web/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
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"; +} + </script> <style> @@ -66,7 +70,7 @@ body { <h3 >Web Command Console (WCC)</h3> <p>Helps operator to access the command console over HTTP. -<a onclick="redirectToConsole();" style="color: blue;cursor: pointer">Click here !</a> +Click <a onclick="redirectToConsole();" style="color: blue;cursor: pointer">here !</a> OR <a onclick="redirectToConsoleOOM();" style="color: blue;cursor: pointer"> here !</a> <h3>Linux Shell</h3> <p>Helps operator to run CLI locally using Linux command shell. |