Change-Id: I59debd35336d66c348de9a6d9fb668dec3c9f497
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
description: 'Location',
required: 'true',
showName: 'Location',
- input.i18nKey = 'Location'
+ input.i18nKey: 'Location'
});
inputParas.push({
name: 'sdncontroller',
description: 'SDN Controller',
required: 'true',
showName: 'SDN Controller',
- input.i18nKey = 'SDN Controller'
+ input.i18nKey: 'SDN Controller'
});
templateParameters = translateToTemplateParameters(inputParas, vims, sdnControllers);
defer.resolve(templateParameters);