mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
ui: add go to service button on marketplace listing
This commit is contained in:
committed by
Aiden McClelland
parent
54ae7f82d6
commit
3c74f3d46e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user