mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
ui: remove redundant conditional
This commit is contained in:
committed by
Aiden McClelland
parent
3c74f3d46e
commit
7ff538a526
@@ -54,7 +54,7 @@
|
||||
</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]">
|
||||
<ion-button 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')">
|
||||
|
||||
Reference in New Issue
Block a user