adjust service marketplace button for installation source relevance (#1571)

* adjust service marketplace button for installation source relevance

* cleanup

* show marketplace name instead of url; cleanup from PR feedback

* fix spacing

* further cleanup
This commit is contained in:
Lucy C
2022-06-27 10:09:27 -06:00
committed by GitHub
parent 83755e93dc
commit 31952afe1e
7 changed files with 134 additions and 26 deletions

View File

@@ -24,7 +24,9 @@
[dependencies]="dependencies"
></app-show-dependencies>
<!-- ** menu ** -->
<app-show-menu [buttons]="pkg | toButtons"></app-show-menu>
<app-show-menu
[buttons]="pkg | toButtons: (currentMarketplace$ | async): (altMarketplaceData$ | async)"
></app-show-menu>
</ng-container>
</ion-item-group>