aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-31 02:18:23 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-31 02:18:23 +0000
commit4cacd4550fc561f5a245c7601b48562c7fdd53d4 (patch)
tree621c0773d9ddedbc5aecb896099266c0c7a6db5d
parent2cdfd9be755c786456efcf18d387f2926c98733e (diff)
parent65e82f6a552ee2795ee3bc5975ec7a0e2b0558c8 (diff)
Merge "fix controller creation bug type field have the wrong id so caused json parse error SDNO-805"
-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>