summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-23 21:52:17 +0800
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-23 21:52:17 +0800
commit985b2108a6437173d4364238c13a98d13d1c7083 (patch)
tree6e0f3def4d538cc27bd622c0e165fd66548df1d0 /openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html
parent540f0bf70e65f982bdae95d3fb3a95db5a66bbe7 (diff)
formatting the code, removing unnecessary imports and URL patterns correction
Change-Id: I44ef8d3318e222cf6cdbccfb717f22b05dd6cb01 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html
index c4009b77..300a4470 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html
@@ -18,14 +18,14 @@
<html>
<head>
-<title>Test</title>
-<script src="/component/thirdparty/jquery/jquery-3.1.0.min.js" type="text/javascript"></script>
-<script src="/resmgr/js/SendMsg.js" type="text/javascript"></script>
+ <title>Test</title>
+ <script src="/component/thirdparty/jquery/jquery-3.1.0.min.js" type="text/javascript"></script>
+ <script src="/resmgr/js/SendMsg.js" type="text/javascript"></script>
</head>
<body>Loading...
<script type="text/javascript">
- window.location.href = "resmgr/resource.html"
+ window.location.href = "resmgr/resource.html"
</script>
</body>