diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-05 12:05:42 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-05 12:07:27 +0530 |
commit | e63b60585fd30794d8d8f3fb4b452654d757f59f (patch) | |
tree | 5c16803f8554317f3da13349995a6965a5ab6c7e /deployment/http/web | |
parent | 8e637b154feb25db0df1139e434b1a872f0b1050 (diff) |
Make the cli zip download consistent
CLI-14
Change-Id: I502ca257cb68f8817936f13bc3252bb0feac2ce6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/http/web')
-rw-r--r-- | deployment/http/web/index.html | 2 | ||||
-rw-r--r-- | deployment/http/web/occ.html | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index ea2491a9..768dcc44 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -33,5 +33,5 @@ typing <strong>use <product-version></strong></p> <p><a href="https://wiki.onap.org">https://wiki.onap.org</a></p> <h2><a id="Download_42"></a>To download</h2> -<p style="color:red">Please download ONAP CLI <a href="./cli-1.0.0-SNAPSHOT.zip">here</a></p> +<p style="color:red">Please download ONAP CLI <a href="./onap-cli.zip">here</a></p> </body></html>
\ No newline at end of file diff --git a/deployment/http/web/occ.html b/deployment/http/web/occ.html new file mode 100644 index 00000000..e0a18d91 --- /dev/null +++ b/deployment/http/web/occ.html @@ -0,0 +1,16 @@ +<!doctype html>
+<html>
+ <head>
+ <title>OCC</title>
+ <link rel="icon" type="image/png" href="./onap-cli.png">
+ <link rel="stylesheet" href="./css/index.css" />
+ <link rel="stylesheet" href="./css/xterm.css" />
+ <link rel="stylesheet" href="./css/xterm_customize.css" />
+ </head>
+ <body>
+ <div id="terminal"></div>
+ <script src="./auth_token.js"></script>
+ <script src="./config.js"></script>
+ <script src="./js/gotty-bundle.js"></script>
+ </body>
+</html>
\ No newline at end of file |