aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-04-23 11:04:35 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-04-23 15:43:40 +0530
commita59272f0ca0824fc26016f7523d9eabfd131d743 (patch)
tree5262d1f930ba6b75746436e27607e93ce7d6293f /deployment
parent65d315fca8d6a85a57524bf0ad83c5d8a7cd7c72 (diff)
Set console port to 9090
Issue-ID: CLI-107 Change-Id: I0a6b093bc58cf35db0b9fb60740fcfdb1d014b4b Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r--deployment/http/web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html
index eee62ae6..c70e7018 100644
--- a/deployment/http/web/index.html
+++ b/deployment/http/web/index.html
@@ -21,7 +21,7 @@
<meta charset="utf-8"><title>OCLIP...industry first open platform for cli</title><style></style>
<script>
function redirectToConsole(){
- window.location.href="http://"+ window.location.hostname + ":30261";
+ window.location.href="http://"+ window.location.hostname + ":9090";
}
</script>