aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/http/web/index.html
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2020-02-21 16:40:59 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2020-02-21 16:40:59 +0530
commit85c6cc8a2e99312da893f8dba547137aa1c1c62d (patch)
tree6275fb52cf2146a1ca0711267b23b3db7a8d504d /deployment/http/web/index.html
parentb6e13813e915cc97246a22987004dafddf67d89c (diff)
Enable HTTPS
Issue-ID: OJSI-129 Change-Id: Ida43730821061fae1904bd16b140b0c5f98ddf55 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/http/web/index.html')
-rw-r--r--deployment/http/web/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html
index 95d3772c..0b9d6b62 100644
--- a/deployment/http/web/index.html
+++ b/deployment/http/web/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<!--
+<!--
# Copyright 2018 Huawei Technologies Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,11 +21,11 @@
<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 + ":9090";
+ window.location.href="https://"+ window.location.hostname + ":9090";
}
function redirectToConsoleOOM(){
- window.location.href="http://"+ window.location.hostname + ":30271";
+ window.location.href="https://"+ window.location.hostname + ":30271";
}
</script>
@@ -91,4 +91,4 @@ Click <a onclick="redirectToConsole();" style="color: blue;cursor: pointer">here
<sub style="color: blue;"><strong> Manuals !!</strong></sub></a>
</div>
-</body></html> \ No newline at end of file
+</body></html>