aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuhao10 <yuhao10@huawei.com>2016-10-31 10:06:12 +0800
committeryuhao10 <yuhao10@huawei.com>2016-10-31 10:06:12 +0800
commit65e82f6a552ee2795ee3bc5975ec7a0e2b0558c8 (patch)
tree89a3beb28be999c092efee75e779b57e566580f1
parent90341c19295b8e66d5aee28ca13c67e22de670e1 (diff)
fix controller creation bug
type field have the wrong id so caused json parse error SDNO-805 Change-Id: Id59310c86b4c4a060a4b6bea8f86b51661a7f00e Signed-off-by: yuhao10 <yuhao10@huawei.com>
-rw-r--r--openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html b/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html
index 59d35c73..40fe578f 100644
--- a/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html
+++ b/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html
@@ -291,7 +291,7 @@
class="required">*</span>
</label>
<div class="col-sm-7">
- <input type="text" id="description" name="description"
+ <input type="text" id="type" name="type"
class="form-control"/>
</div>
</div>