mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
ui: readability improvements
This commit is contained in:
committed by
Aiden McClelland
parent
66ddf752ac
commit
d224b7a114
@@ -35,7 +35,7 @@ export class AppAvailableListPage {
|
||||
|
||||
markAsLoadingDuringP(this.$loading$, Promise.all([
|
||||
this.getApps(),
|
||||
this.osUpdateService.checkForUpdates(), // checks for an os update, banner component renders conditionally
|
||||
this.osUpdateService.checkWhenNotAvailable$().toPromise(), // checks for an os update, banner component renders conditionally
|
||||
pauseFor(600),
|
||||
]))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user