diff options
author | “shentao” <shentao@chinamobile.com> | 2016-09-20 20:58:16 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-09-20 20:58:16 +0800 |
commit | d04dcba9bf058d6968d9e61031b1058cbb54698a (patch) | |
tree | 7b8bca6b7e0ae251831ac1833afce2c3f3acd447 /openo-portal/portal-common/src | |
parent | 6a63549b54b247b0238ace4f0876d0a426d12a81 (diff) |
add thirdparty bootstrap-table
Change-Id: Id2e3781a19724030f9a122a053382e129dd766ad
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-common/src')
2 files changed, 12 insertions, 12 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.css b/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.css index 4c41a4e6..0b65a73a 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.css +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.css @@ -1,9 +1,9 @@ -/** - * @author zhixin wen <wenzhixin2010@gmail.com> - * version: 1.11.0 - * https://github.com/wenzhixin/bootstrap-table/ - */ - +/* +* bootstrap-table - v1.11.0 - 2016-07-02 +* https://github.com/wenzhixin/bootstrap-table +* Copyright (c) 2016 zhixin wen +* Licensed MIT License +*/ .bootstrap-table .table { margin-bottom: 0 !important; border-bottom: 1px solid #dddddd; diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.js b/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.js index a3122854..e44b6716 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.js +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/bootstrap-table/bootstrap-table.js @@ -1,9 +1,9 @@ -/** - * @author zhixin wen <wenzhixin2010@gmail.com> - * version: 1.11.1 - * https://github.com/wenzhixin/bootstrap-table/ - */ - +/* +* bootstrap-table - v1.11.0 - 2016-07-02 +* https://github.com/wenzhixin/bootstrap-table +* Copyright (c) 2016 zhixin wen +* Licensed MIT License +*/ (function ($) { 'use strict'; |