summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-10-11 00:47:17 -0700
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-10-11 00:47:17 -0700
commita81f191130325f58a13f2746e574aa012b34adb9 (patch)
treebfe06b1219baecbc65c550e74154491add15dba8 /openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html
parent194ccb8f1aac1bdac05e8b0da24d0d2f8628a4b4 (diff)
UI Portal changes GSO-12
Change-Id: Ib72a9c6576acd5786fa01ac049b629fe5ee489ee Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html')
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html87
1 files changed, 44 insertions, 43 deletions
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html
index 253155e3..17c24427 100644
--- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html
+++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html
@@ -30,32 +30,33 @@
<script type="text/javascript" src="js/brs.js"></script>
<script type="text/javascript" src="js/underlay.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>
- .fixed-table-container tbody td .th-inner,
- .fixed-table-container thead th .th-inner {
- line-height: 4px;
- }
- .fixed-table-pagination .pagination-info {
- display: none !important;
- }
- .table tbody tr:hover td,
- .table tbody tr.odd:hover td {
- background-color: #e6fbe0 !important;
- }
- .delete-btn {
- background: url(delete.png) no-repeat !important;
- width: 16px;
- height: 16px;
- border: none;
- }
- table tr.openoTable_row_selected td {
- background: #e8f8fe!important;
- border-bottom: 1px solid #e8e8e8!important;
- }
- .container-fluid {
- padding-left: 10px;
- padding-right: 0px;
- }
+ .fixed-table-container tbody td .th-inner,
+ .fixed-table-container thead th .th-inner {
+ line-height: 4px;
+ }
+ .fixed-table-pagination .pagination-info {
+ display: none !important;
+ }
+ .table tbody tr:hover td,
+ .table tbody tr.odd:hover td {
+ background-color: #e6fbe0 !important;
+ }
+ .delete-btn {
+ background: url(delete.png) no-repeat !important;
+ width: 16px;
+ height: 16px;
+ border: none;
+ }
+ table tr.openoTable_row_selected td {
+ background: #e8f8fe!important;
+ border-bottom: 1px solid #e8e8e8!important;
+ }
+ .container-fluid {
+ padding-left: 10px;
+ padding-right: 0px;
+ }
</style>
<script type="text/javascript">
$(document).ready(function() {
@@ -205,27 +206,27 @@
</div>
</div> -->
- <div class="row-fluid" data-name="table_zone">
- <div id='ict_virtualApplication_table_div'>
- <div>
- <div class="top">
- <table class="table-striped table " id="sai" data-pagination="true"
- data-pagination-first-text="First" data-pagination-pre-text="Previous" data-pagination-next-text="Next" data-pagination-last-text="Last">
- <thead style="background:#ECECEC">
- <tr>
- <th data-field="tname" data-sortable="true">TP Name</th>
- <th data-field="pname" data-sortable="true">PE Name</th>
- <th data-field="vlan" data-sortable="true">VLAN ID</th>
- <th data-field="site" data-sortable="true">Site CIDR</th>
- <th data-field="ip" data-sortable="true">IP</th>
- </tr>
- </thead>
-
- </table>
- </div>
+ <div class="row-fluid" data-name="table_zone">
+ <div id='ict_virtualApplication_table_div'>
+ <div>
+ <div class="top">
+ <table class="table-striped table " id="sai" data-pagination="true" data-pagination-first-text="First"
+ data-pagination-pre-text="Previous" data-pagination-next-text="Next" data-pagination-last-text="Last"
+ data-filter-control="true">
+ <thead style="background:#ECECEC">
+ <tr>
+ <th data-field="tname" data-sortable="true" data-filter-control="input">TP Name</th>
+ <th data-field="pname" data-sortable="true" data-filter-control="input">PE Name</th>
+ <th data-field="vlan" data-sortable="true" data-filter-control="input">VLAN ID</th>
+ <th data-field="site" data-sortable="true" data-filter-control="input">Site CIDR</th>
+ <th data-field="ip" data-sortable="true" data-filter-control="input">IP</th>
+ </tr>
+ </thead>
+ </table>
</div>
</div>
</div>
+ </div>