From 3d4b8eb085d2edb48661d7c232a31c02ddeef5e6 Mon Sep 17 00:00:00 2001 From: KIRAN KASHALKAR Date: Mon, 19 Sep 2016 11:46:32 -0400 Subject: [PATCH 1/1] Bug 44 fixed. Signed-off-by: KIRAN KASHALKAR --- .../launchpad/src/instantiate/instantiateInputParams.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']}