aboutsummaryrefslogtreecommitdiffstats
path: root/extsys/src
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-03-01 16:46:03 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-03-01 16:46:03 +0530
commitb663355efb0d93d9e23afdf32e942830e7fd4987 (patch)
tree13f9427277e9b33d4a523087dbef19a8ee665fb9 /extsys/src
parentf580c044220ba7d2f190666e029d8380b268ff63 (diff)
Issue fix in SDN Controller
IssueId : SDNO-1199 Change-Id: I66c4cfd3c90db9e2b6d18acd62c7e3f02fd38588 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'extsys/src')
-rw-r--r--extsys/src/main/webapp/extsys/sdncontroller/controller.html6
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>