X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateInputParams.jsx;h=ec40ccfc1f5e43b251a3f3ba7e2d6cf2f96d71a4;hb=eb51acf7319a6207f7861a2ddc6c433662082ff4;hp=5f1cc8a7d01d65e50e6d1510c8958eafec3da78a;hpb=a6bd6f8c6d9c17c647b1c9f6e04b51676d14b53a;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx index 5f1cc8a7d..ec40ccfc1 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']}