File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 <router-link to =" /ProgramOrganization/ADPs" class =" cve-learn-more-link" >Learn more</router-link >
9191 </div >
9292 <div class =" cve-adp-container" v-for =" adpContainer in adpContainers" :key =" adpContainer.key" >
93- <AdpVulnerabilityEnrichment v-if =" adpContainer.providerMetadata.shortName === 'CISA-ADP'" role =" adp" :selectedCnaData =" {}"
94- :containerObject =" adpContainer" :orgId =" `adp-${adpContainer.providerMetadata.orgId}`" :anchorId =" adpContainer.onPageMenu.anchorId"
95- >
93+ <AdpVulnerabilityEnrichment role =" adp" :selectedCnaData =" {}"
94+ :containerObject =" adpContainer"
95+ :orgId =" `adp-${adpContainer.providerMetadata.orgId}`"
96+ :anchorId =" adpContainer.onPageMenu.anchorId" >
9697 <h1 class =" mb-1 has-text-white cve-capitalize-first-letter" >
9798 <span v-if =" !isLoading" >{{ adpContainer.onPageMenu.label }}</span >
9899 <span v-else >
103104 </span >
104105 </h1 >
105106 </AdpVulnerabilityEnrichment >
106- <!-- <div v-for="(adpContainer) in cveFieldList.productsStatus.adp" :key="adpContainer.key"
107- class="mt-5"
108- >
109- <ProductStatus role="adp" :productStatusList="adpContainer"></ProductStatus>
110- </div> -->
111107 </div >
112108 </div >
113- <template v-if =" sadpContainer " >
109+ <template v-if =" ! isEmptyObject ( sadpContainer ) " >
114110 <div class =" mt-6" id =" cve-sadp-container" >
115111 <h2 class =" title mb-0" >Supplier Authorized Data Publisher</h2 >
116112 <div class =" cve-learn-more mb-5" >
You can’t perform that action at this time.
0 commit comments