diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-19 23:38:20 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 14:36:27 +0530 |
commit | 9c2f77eed27b08e7aa3680bb9f7217dc33cab23d (patch) | |
tree | 137a1fb4eccb139bdbfb61942e1681c86a06a142 /deployment/http/web/index.html | |
parent | 59c0e4f513607e8363b9c9133a5043475d750a9f (diff) |
Migrate ONAP_HOST_URL to HOST_URL
Issue-Id: CLI-66
Change-Id: Id2b232651fc1b998faa4134c768f2b77cac89158
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.html | 75 |
1 files changed, 1 insertions, 74 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index 78294fb0..1bc23d76 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -4,52 +4,7 @@ function redirectToConsole(){ window.location.href="http://"+ window.location.hostname + ":9090"; } - -var slideIndex = 0; - -function showSlides() { - var i; - var slides = document.getElementsByClassName("mySlides"); - for (i = 0; i < slides.length; i++) { - slides[i].style.display = "none"; - } - slideIndex++; - if (slideIndex > slides.length) {slideIndex = 1} - slides[slideIndex-1].style.display = "block"; - setTimeout(showSlides, 2000); // Change image every 2 seconds -} - </script> -<style> - -body { - margin: 0 1% 0; - background-color: black -} - -.readme { - display: inline-block; - float: left; - margin: 3% 3% 0; - -} - -* {box-sizing:border-box} - -.slideshow-container { - display: inline-block; - float: right; - max-width: 700px; - position: relative; - margin: 6% 3% 0; -} - -.mySlides { - display: none; -} - -</style> - </head> <body onload="showSlides()" style="background-color: white;color: black"> @@ -80,32 +35,4 @@ body { </i></p> </div> -<div class="slideshow-container"> - <div class="mySlides"> - <img src="images/onap-cli-ad-1.png" style="width:80%"> - </div> - - <div class="mySlides"> - <img src="images/onap-cli-ad-2.png" style="width:80%"> - </div> - - <div class="mySlides"> - <img src="images/onap-cli-ad-3.png" style="width:80%"> - </div> - - <div class="mySlides"> - <img src="images/onap-cli-ad-4.png" style="width:80%"> - </div> - - <div class="mySlides"> - <img src="images/onap-cli-ad-5.png" style="width:80%"> - </div> - - <div class="mySlides"> - <img src="images/onap-cli-ad-6.png" style="width:80%"> - </div> - -</div> - - -</body></html>
\ No newline at end of file +</body></html> |