mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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)
|
||||
.subscribe(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.rendering = renderPkgStatus(pkg.state, pkg.installed?.status)
|
||||
this.mainStatus = { ...pkg.installed?.status.main }
|
||||
|
||||
Reference in New Issue
Block a user