diff options
author | Luji <lu.ji3@zte.com.cn> | 2016-09-30 01:35:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-09-30 01:35:57 +0000 |
commit | e9aa067594c8cd91c11da2a18a6a2bd7c0f464db (patch) | |
tree | 6c787b564e239bd2dd924228ef23cf1a968bcb5a | |
parent | e53114ab7dd6f56d480206a33c0cdd9927571b34 (diff) | |
parent | 4752efd71758217860f88ad1ed3fb55d92880e04 (diff) |
Merge "Fix bug, cannot get service description from ui component."
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html index b4642457..4fabdaf7 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html @@ -491,7 +491,7 @@ <span class="required">*</span>
</label>
<div class="col-sm-7">
- <input type="text" id="" name="" class="form-control"
+ <input type="text" id="svcDesc" name="" class="form-control"
placeholder="Service Description" maxlength="256"/>
</div>
</div>
|