mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
show start button
This commit is contained in:
committed by
Aiden McClelland
parent
972fc8c398
commit
7370dfb0ec
@@ -42,7 +42,7 @@
|
||||
<ion-button slot="end" class="action-button" *ngIf="statuses.primary === PS.Running" color="danger" (click)="stop()">
|
||||
Stop
|
||||
</ion-button>
|
||||
<ion-button slot="end" class="action-button" *ngIf="statuses.primary === PS.Stopped && pkg.installed.status.configured && statuses.dependency !== DS.Critical" color="success" (click)="tryStart()">
|
||||
<ion-button slot="end" class="action-button" *ngIf="statuses.primary === PS.Stopped && pkg.installed.status.configured" color="success" (click)="tryStart()">
|
||||
Start
|
||||
</ion-button>
|
||||
</ng-container>
|
||||
|
||||
@@ -39,6 +39,7 @@ export class AppShowPage {
|
||||
dependencies: DependencyInfo[] = []
|
||||
statuses: {
|
||||
primary: PrimaryStatus
|
||||
dependency: DependencyStatus
|
||||
health: HealthStatus
|
||||
} = { } as any
|
||||
connectionFailure: boolean
|
||||
|
||||
Reference in New Issue
Block a user