ui: add go to service button on marketplace listing

This commit is contained in:
adamgoth
2021-02-18 17:24:40 -07:00
committed by Aiden McClelland
parent 54ae7f82d6
commit 3c74f3d46e

View File

@@ -54,6 +54,9 @@
</ion-button>
<div *ngIf="vars.versionInstalled && vars.status !== 'INSTALLING' ">
<ion-button *ngIf="vars.versionInstalled" class="main-action-button" expand="block" fill="outline" [routerLink]="['/services', 'installed', vars.id]">
Go to Service
</ion-button>
<ion-button *ngIf="installedStatus === 'installed-below'" class="main-action-button" expand="block" fill="outline" color="success" (click)="update('update')">
Update to {{ vars.versionViewing | displayEmver }}
</ion-button>