diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-03-01 11:20:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-03-01 11:20:55 +0000 |
commit | 657bd287f630e6259672a19b2b1e7f3443afa546 (patch) | |
tree | 9f8f1651d1d99f38463835cb026021c125bc5b5d | |
parent | 3f5e835fd50d557fc81634c7f825405cfb248017 (diff) | |
parent | b663355efb0d93d9e23afdf32e942830e7fd4987 (diff) |
Merge "Issue fix in SDN Controller"
-rw-r--r-- | extsys/src/main/webapp/extsys/sdncontroller/controller.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extsys/src/main/webapp/extsys/sdncontroller/controller.html b/extsys/src/main/webapp/extsys/sdncontroller/controller.html index 5151238b..144a9bec 100644 --- a/extsys/src/main/webapp/extsys/sdncontroller/controller.html +++ b/extsys/src/main/webapp/extsys/sdncontroller/controller.html @@ -101,7 +101,7 @@ </th> <th class="openo-table-state-default openo-table-th openo-table-disable-element leftHeaderAlign" - data-field="productname" data-sortable="true" data-filter-control="input"> + data-field="productName" data-sortable="true" data-filter-control="input"> <div class="openo-table-th-border"></div> <div class="DataTables_sort_wrapper openo-ellipsis "> <span id="ctrler_productname_sorticon" @@ -229,7 +229,7 @@ class="required">*</span> </label> <div class="col-sm-7"> - <input type="text" id="username" name="username" + <input type="text" id="userName" name="userName" class="form-control"/> </div> </div> @@ -281,7 +281,7 @@ <label class="col-sm-3 control-label"> <span>Product Name</span> </label> <div class="col-sm-7"> - <input type="text" id="productname" name="productname" + <input type="text" id="productName" name="productName" class="form-control"/> </div> </div> |