summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2016-09-30 09:30:14 +0800
committerLuji7 <lu.ji3@zte.com.cn>2016-09-30 09:30:14 +0800
commit4752efd71758217860f88ad1ed3fb55d92880e04 (patch)
tree45df92269b4da1371cc23340b65cee5667dfb4da
parent9a9f0ecaa04b6120c82537e34771ff930db59e9b (diff)
Fix bug, cannot get service description from ui component.
Change-Id: Iaf42cf92bf8a3de3f7d77b2249cae4d498a975b5 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html2
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>