mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
no log
This commit is contained in:
committed by
Matt Hill
parent
c257faf432
commit
07a07a1591
@@ -72,7 +72,6 @@ export class AppListPage {
|
|||||||
}
|
}
|
||||||
// subscribe to pkg
|
// subscribe to pkg
|
||||||
this.pkgs[id].sub = this.patch.watch$('package-data', id).subscribe(pkg => {
|
this.pkgs[id].sub = this.patch.watch$('package-data', id).subscribe(pkg => {
|
||||||
console.log('package', pkg)
|
|
||||||
let bulbClass = 'bulb-on'
|
let bulbClass = 'bulb-on'
|
||||||
let img = ''
|
let img = ''
|
||||||
const statusRendering = renderPkgStatus(pkg.state, pkg.installed?.status)
|
const statusRendering = renderPkgStatus(pkg.state, pkg.installed?.status)
|
||||||
|
|||||||
Reference in New Issue
Block a user