X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateInputParams.jsx;h=d1e295c03d01bcc90714aba719a33398b253af62;hp=adebc5079b71a856b2dae5161045f3de8626298b;hb=aa69ba06ab35143e5858273ed7aeab70b624109b;hpb=3b4eeb0a0b75b3deefecc89dc8c67e35792396f1 diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx index adebc5079..d1e295c03 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx @@ -259,10 +259,11 @@ export default class InstantiateInputParams extends Component { {vlds && vlds.map(function(v, i) { let currentType = v.type; let isVIM = (currentType == 'vim-network-name'); - let isUnknown = (currentType == 'unknown') || ((currentType != 'vim-network-name') && (currentType != 'ip-profile-ref')); + let isUnknown = (currentType == 'none') || ((currentType != 'vim-network-name') && (currentType != 'ip-profile-ref')); return (

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

+
{ @@ -368,8 +369,8 @@ export default class InstantiateInputParams extends Component { return (
Remove @@ -408,12 +409,12 @@ export default class InstantiateInputParams extends Component { function dhcpHTML(props, ipl, j){ return (