aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/http/web/index.html
diff options
context:
space:
mode:
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>