mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
no log
This commit is contained in:
committed by
Aiden McClelland
parent
b3a4ebcf53
commit
6c68c7fed9
@@ -62,7 +62,6 @@ export class AppShowPage {
|
|||||||
this.patch.watch$('package-data', this.pkgId)
|
this.patch.watch$('package-data', this.pkgId)
|
||||||
.subscribe(pkg => {
|
.subscribe(pkg => {
|
||||||
this.pkg = pkg
|
this.pkg = pkg
|
||||||
console.log('isnt empty', !isEmptyObject(pkg['install-progress']))
|
|
||||||
this.installProgress = !isEmptyObject(pkg['install-progress']) ? this.packageLoadingService.transform(pkg['install-progress']) : undefined
|
this.installProgress = !isEmptyObject(pkg['install-progress']) ? this.packageLoadingService.transform(pkg['install-progress']) : undefined
|
||||||
this.rendering = renderPkgStatus(pkg.state, pkg.installed?.status)
|
this.rendering = renderPkgStatus(pkg.state, pkg.installed?.status)
|
||||||
this.mainStatus = { ...pkg.installed?.status.main }
|
this.mainStatus = { ...pkg.installed?.status.main }
|
||||||
|
|||||||
Reference in New Issue
Block a user