From: KIRAN KASHALKAR Date: Wed, 21 Sep 2016 03:16:15 +0000 (+0200) Subject: Merge "Bug 47 fixedgit status" X-Git-Tag: v1.0.0~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=d2e20e6e0a436a3dde171aa92ce01ff2fe9a28bc;hp=8cf01305134f531476171d8809d7f06ffe4b2ff3 Merge "Bug 47 fixedgit status" --- diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx index 5f1cc8a7d..4db4a63bd 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx @@ -262,7 +262,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']}