diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-11 15:50:10 +0530 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-11 15:50:10 +0530 |
commit | 7257efebfbe436e65c514d8268f726f0435e085e (patch) | |
tree | 43b8fa21d5635749c50a46fdc1fc2958028db320 /openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/site.html | |
parent | a81f191130325f58a13f2746e574aa012b34adb9 (diff) |
SDNO-577
Change-Id: I2b11d6465efe74fc7b744e44f238670c7995c8b1
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
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.html | 13 |
1 files changed, 7 insertions, 6 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 29284b9d..b0d6b54a 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 @@ -29,6 +29,7 @@ <script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/brs.js"></script>
<script type="text/javascript" src="js/bootstrap-table.min.js"></script>
+ <script type="text/javascript" src="js/bootstrap-table-filter-control.min.js"></script>
<style type="text/css">
</style>
@@ -122,14 +123,14 @@ <table id="site"
data-pagination="true" data-page-size="5" data-pagination-first-text="First"
data-pagination-pre-text="Previous" data-pagination-next-text="Next"
- data-pagination-last-text="Last">
+ data-pagination-last-text="Last" data-filter-control="true">
<thead style="background:#ECECEC;">
<tr class="active">
- <th data-field="name" data-sortable="true">Name</th>
- <th data-field="type" data-sortable="true">Type</th>
- <th data-field="tenantID" data-sortable="true">Tenant Name</th>
- <th data-field="tenantSiteIDs" data-sortable="true">Tenant Site</th>
- <th data-field="location" data-sortable="true">Location</th>
+ <th data-field="name" data-sortable="true" data-filter-control="input">Name</th>
+ <th data-field="type" data-sortable="true" data-filter-control="input">Type</th>
+ <th data-field="tenantID" data-sortable="true" data-filter-control="input">Tenant Name</th>
+ <th data-field="tenantSiteIDs" data-sortable="true" data-filter-control="input">Tenant Site</th>
+ <th data-field="location" data-sortable="true" data-filter-control="input">Location</th>
<th align="center" data-formatter="operateFormatter" data-events="operateEvents">Action</th>
</tr>
|