diff options
author | jin xin <j00101220@huawei.com> | 2016-10-31 02:18:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 02:18:23 +0000 |
commit | 4cacd4550fc561f5a245c7601b48562c7fdd53d4 (patch) | |
tree | 621c0773d9ddedbc5aecb896099266c0c7a6db5d /openo-portal | |
parent | 2cdfd9be755c786456efcf18d387f2926c98733e (diff) | |
parent | 65e82f6a552ee2795ee3bc5975ec7a0e2b0558c8 (diff) |
Merge "fix controller creation bug type field have the wrong id so caused json parse error SDNO-805"
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html | 2 |
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>
|