X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateInputParams.jsx;h=4db4a63bde964143a30ed3bdcd3eacd56558a744;hp=5f1cc8a7d01d65e50e6d1510c8958eafec3da78a;hb=3130c3b976dc11f641bce038fcfa1c101d156f12;hpb=b0a4a4d466ac4be21e0ed0fc50bc007366f4cbb1 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']}