mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +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
|
||||
this.pkgs[id].sub = this.patch.watch$('package-data', id).subscribe(pkg => {
|
||||
console.log('package', pkg)
|
||||
let bulbClass = 'bulb-on'
|
||||
let img = ''
|
||||
const statusRendering = renderPkgStatus(pkg.state, pkg.installed?.status)
|
||||
|
||||
Reference in New Issue
Block a user