From: KIRAN KASHALKAR Date: Mon, 19 Sep 2016 15:46:32 +0000 (-0400) Subject: Bug 44 fixed. X-Git-Tag: v1.0.0~11^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=3d4b8eb085d2edb48661d7c232a31c02ddeef5e6 Bug 44 fixed. Signed-off-by: KIRAN KASHALKAR --- diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx index 00397ed9f..17d5f8ddc 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx @@ -243,7 +243,7 @@ export default class InstantiateInputParams extends Component { let isUnknown = (currentType == 'unknown') || ((currentType != 'vim-network-name') && (currentType != 'ip-profile-ref')); return (
-

VLD: {v['short-name']}

+

VLD: {v['short-name'] ? v['short-name'] : v['name']}