Issue-Id: GSO-88 Fix parameter error
authorLuji7 <lu.ji3@zte.com.cn>
Thu, 3 Nov 2016 04:31:34 +0000 (12:31 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Thu, 3 Nov 2016 04:31:34 +0000 (12:31 +0800)
Change-Id: I7c907111888797f0afebdda16bdea390b33c473b
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html

index 5d75323..d33975f 100644 (file)
@@ -59,7 +59,7 @@
                                                        }\r
                                                }       \r
                         else{\r
-                             var nameObj = {name:key,showName:key};\r
+                             var nameObj = {i18nKey:key,showName:key};\r
                              name = showName(nameObj);\r
                         }                                                     \r
                         $("body").append('<div class="mT15 form-group row" style="margin-top:35px;margin-left:25%"><div class="col-sm-6" align="right"><label class="control-label"><span style="font-size:16px;">'+ name + ':</span></label></div><div class="col-sm-6"><input  type="text" name="" maxlength="256" style="margin-left:10px;width:250px;" data-toggle="tooltip" data-placement="top" title="'+ paramValue + '" value="'+ paramValue + '" readonly disabled/></div></div>');\r