summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html
diff options
context:
space:
mode:
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>