mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
view service in marketplace
This commit is contained in:
committed by
Aiden McClelland
parent
1ff6d423e3
commit
ab78c33d4a
@@ -430,6 +430,13 @@ export class AppShowPage {
|
||||
icon: 'receipt-outline',
|
||||
color: 'danger',
|
||||
},
|
||||
{
|
||||
action: () => this.navCtrl.navigateForward([`marketplace/${this.pkgId}`]),
|
||||
title: 'Marketplace',
|
||||
description: 'View service in marketplace',
|
||||
icon: 'storefront-outline',
|
||||
color: 'danger',
|
||||
},
|
||||
{
|
||||
action: () => this.donate(),
|
||||
title: 'Donate',
|
||||
|
||||
Reference in New Issue
Block a user