mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +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',
|
icon: 'receipt-outline',
|
||||||
color: 'danger',
|
color: 'danger',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
action: () => this.navCtrl.navigateForward([`marketplace/${this.pkgId}`]),
|
||||||
|
title: 'Marketplace',
|
||||||
|
description: 'View service in marketplace',
|
||||||
|
icon: 'storefront-outline',
|
||||||
|
color: 'danger',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
action: () => this.donate(),
|
action: () => this.donate(),
|
||||||
title: 'Donate',
|
title: 'Donate',
|
||||||
|
|||||||
Reference in New Issue
Block a user