aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-auth/src/main/webapp/user/user.html
diff options
context:
space:
mode:
authorzhouruiyu <zhouruiyu@huawei.com>2016-10-14 17:30:21 +0800
committerzhouruiyu <zhouruiyu@huawei.com>2016-10-14 17:30:21 +0800
commitae6504e2975ae86e0e1e530cb4635aebdee1b342 (patch)
tree83846c12f568c26032fbb06a63e7f90e8325b95c /openo-portal/portal-auth/src/main/webapp/user/user.html
parent044aaaa01c29c34b18c2370e81a8e5b6252782dd (diff)
integration with CMCC portal.
1. change the import js and css path into the right one ; https://jira.open-o.org/browse/OCS-113 Change-Id: I40bd3fe5e8cd532f260db1275292a7c0f9e3f4a9 Signed-off-by: zhouruiyu <zhouruiyu@huawei.com>
Diffstat (limited to 'openo-portal/portal-auth/src/main/webapp/user/user.html')
-rw-r--r--openo-portal/portal-auth/src/main/webapp/user/user.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/openo-portal/portal-auth/src/main/webapp/user/user.html b/openo-portal/portal-auth/src/main/webapp/user/user.html
index dbd0adc9..58ef9df9 100644
--- a/openo-portal/portal-auth/src/main/webapp/user/user.html
+++ b/openo-portal/portal-auth/src/main/webapp/user/user.html
@@ -19,14 +19,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <link rel="stylesheet" type="text/css" href="/openoui/common/thirdparty/data-table/jquery.dataTables.min.css">
+ <link rel="stylesheet" type="text/css" href="/openoui/common/thirdparty/data-tables/jquery.dataTables.min.css">
<script type="text/javascript" src="/openoui/common/thirdparty/jquery/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="/openoui/common/thirdparty/bootbox/bootbox.min.js"></script>
- <script type="text/javascript" charset="utf8" src="/openoui/common/thirdparty/data-table/jquery.dataTables.min.js"></script>
- <link rel="stylesheet" type="text/css" href="/openoui/auth/v1/user/css/component.css">
- <script type="text/javascript" src="/openoui/auth/v1/user/js/userTools.js"></script>
- <script type="text/javascript" src="/openoui/auth/v1/user/js/user.js"></script>
- <link rel="stylesheet" type="text/css" href="/openoui/auth/v1/user/css/user.css">
+ <script type="text/javascript" charset="utf8" src="/openoui/common/thirdparty/data-tables/jquery.dataTables.min.js"></script>
+ <link rel="stylesheet" type="text/css" href="/openoui/user/css/component.css">
+ <script type="text/javascript" src="/openoui/user/js/userTools.js"></script>
+ <script type="text/javascript" src="/openoui/user/js/user.js"></script>
+ <link rel="stylesheet" type="text/css" href="/openoui/user/css/user.css">
</head>
<body class="hw_body" style="visibility: hidden;">
@@ -34,7 +34,7 @@
<button class="fk_button add_imag button_imag" id="create">Create</button>
</div>
<div>
- <table id="table_id" class="display" style="table-layout: fixed"></table>
+ <table id="table_id"></table>
</div>
</body>