mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
load placement bug (#1031)
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
committed by
Aiden McClelland
parent
6417a14aa3
commit
5db2985f56
@@ -1,15 +1,6 @@
|
|||||||
<ng-container *ngIf="pkg$ | async as pkg">
|
<ng-container *ngIf="pkg$ | async as pkg">
|
||||||
<app-show-header [pkg]="pkg"></app-show-header>
|
<app-show-header [pkg]="pkg"></app-show-header>
|
||||||
|
|
||||||
<!-- ** installing, updating, restoring ** -->
|
|
||||||
<ion-content *ngIf="showProgress(pkg)">
|
|
||||||
<app-show-progress
|
|
||||||
*ngIf="pkg['install-progress'] | installState as installProgress"
|
|
||||||
[pkg]="pkg"
|
|
||||||
[installProgress]="installProgress"
|
|
||||||
></app-show-progress>
|
|
||||||
</ion-content>
|
|
||||||
|
|
||||||
<ion-content *ngIf="pkg | toDependencies | async as dependencies">
|
<ion-content *ngIf="pkg | toDependencies | async as dependencies">
|
||||||
<ion-item-group *ngIf="pkg | toStatus as status">
|
<ion-item-group *ngIf="pkg | toStatus as status">
|
||||||
<!-- ** status ** -->
|
<!-- ** status ** -->
|
||||||
@@ -37,5 +28,13 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</ion-item-group>
|
</ion-item-group>
|
||||||
|
|
||||||
|
<!-- ** installing, updating, restoring ** -->
|
||||||
|
<ion-content *ngIf="showProgress(pkg)">
|
||||||
|
<app-show-progress
|
||||||
|
*ngIf="pkg['install-progress'] | installState as installProgress"
|
||||||
|
[pkg]="pkg"
|
||||||
|
[installProgress]="installProgress"
|
||||||
|
></app-show-progress>
|
||||||
|
</ion-content>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user