aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/http
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-09-05 12:10:41 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-09-05 12:14:18 +0530
commit60e988d324475b22fb273b0e1cba7a1481fa0082 (patch)
tree7744a3f0712a45a2d16a422554f0ab9113078555 /deployment/http
parente63b60585fd30794d8d8f3fb4b452654d757f59f (diff)
Add set unset directive
CLI-2 Change-Id: I70ca564cc2c41508bb209b5fae54104aba13a8be Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'deployment/http')
-rw-r--r--deployment/http/web/occ.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/deployment/http/web/occ.html b/deployment/http/web/occ.html
index e0a18d91..de2daee5 100644
--- a/deployment/http/web/occ.html
+++ b/deployment/http/web/occ.html
@@ -1,16 +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>
+<!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