summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
diff options
context:
space:
mode:
authoryuhao10 <yuhao10@huawei.com>2016-10-29 11:07:10 +0800
committerLi Hua <uranus.lihua@huawei.com>2016-10-29 07:55:54 +0000
commitfd5ed788e162ad483ae9fe50d09409cf348ec2d8 (patch)
tree002f0d6c3b17fdf45f66fdbeae969ee4a31a07c5 /openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
parent3b1464631833371ada7a6ee49ce12081178ec2e3 (diff)
fix all bug in sdno resource page and controller page.
delete all the idea configuration files in source code. rewrite the storage and query function in controller page. fix wrong logic in ne, link, port, site page and brs.js. SDNO-805 Change-Id: I2fdecc186a5790a9b27c4cade8aa78c3d1575f6e Signed-off-by: yuhao10 <yuhao10@huawei.com> (cherry picked from commit 2b340a445aa07d38fcbd2eff8d7cdb6c3d7cf518)
Diffstat (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
index b0d6b54a..03604ff9 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html
@@ -35,15 +35,7 @@
</style>
<script type="text/javascript">
$(document).ready(function () {
-
- var jsondata = [];
- jsondata = loadSiteData();
- $('#site').bootstrapTable({
- //Assigning data to table
- data: jsondata
- });
-
-
+ loadSiteData();
});
function operateFormatter(value, row, index) {