From 9c2f77eed27b08e7aa3680bb9f7217dc33cab23d Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 19 Sep 2017 23:38:20 +0530 Subject: Migrate ONAP_HOST_URL to HOST_URL Issue-Id: CLI-66 Change-Id: Id2b232651fc1b998faa4134c768f2b77cac89158 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 75 +----------------------------------------- 1 file changed, 1 insertion(+), 74 deletions(-) (limited to 'deployment/http/web') 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 -} - - - @@ -80,32 +35,4 @@ body {

-
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - - \ No newline at end of file + -- cgit 1.2.3-korg