X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Flaunchpad_card%2FvnfrConfigPrimitives.jsx;h=19ccca716d3b7a7a94164b9ba54861b9d9472e0e;hb=2da8b7a246ba17396c5bc218a0b7f1685fb8d304;hp=d9b71823822579900acfab6c33c3da2990fdfe06;hpb=119d7628e07ce5f1785d30d436eff8b4f6b47986;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/launchpad_card/vnfrConfigPrimitives.jsx b/skyquake/plugins/launchpad/src/launchpad_card/vnfrConfigPrimitives.jsx index d9b718238..19ccca716 100644 --- a/skyquake/plugins/launchpad/src/launchpad_card/vnfrConfigPrimitives.jsx +++ b/skyquake/plugins/launchpad/src/launchpad_card/vnfrConfigPrimitives.jsx @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -61,6 +61,7 @@ } constructConfigPrimitiveTabs = (tabList, tabPanels) => { + const hasAccess = this.props.hasAccess; let mandatoryFieldValue = 'true'; this.state.vnfrs && this.state.vnfrs.map((vnfr, vnfrIndex) => { if (vnfr['vnf-configuration'] && vnfr['vnf-configuration']['service-primitive'] && vnfr['vnf-configuration']['service-primitive'].length > 0) { @@ -103,7 +104,7 @@ {params} - + {hasAccess ? : null} ) }); @@ -112,7 +113,6 @@ } render() { - let tabList = []; let tabPanels = []; let isConfiguring = (this.props.data['config-status'] && this.props.data['config-status'] != 'configured') || false;