mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
delete unused
This commit is contained in:
committed by
Aiden McClelland
parent
e864d0eb64
commit
64865a2da2
@@ -53,12 +53,6 @@
|
||||
<!-- 3rd party components -->
|
||||
<qr-code value="hello"></qr-code>
|
||||
|
||||
<img src="assets/img/success-bulb.png"/>
|
||||
<img src="assets/img/danger-bulb.png"/>
|
||||
<img src="assets/img/warning-bulb.png"/>
|
||||
<img src="assets/img/off-bulb.png"/>
|
||||
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
|
||||
|
||||
<!-- Ionicons -->
|
||||
<ion-icon name="add"></ion-icon>
|
||||
<ion-icon name="alert-outline"></ion-icon>
|
||||
|
||||
@@ -264,14 +264,7 @@ export class AppComponent {
|
||||
.pipe(
|
||||
filter(progress => !!progress),
|
||||
takeWhile(progress => progress.downloaded < progress.size),
|
||||
// @TODO will there be a maintenance page while server is updating to new version?
|
||||
finalize(async () => {
|
||||
// const maintenance = '/maintenance'
|
||||
// const route = this.router.url
|
||||
// if (!route.startsWith(maintenance)) {
|
||||
// this.showMenu = false
|
||||
// this.router.navigate([maintenance], { replaceUrl: true })
|
||||
// }
|
||||
if (this.osUpdateProgress) this.osUpdateProgress.downloaded = this.osUpdateProgress.size
|
||||
await pauseFor(200)
|
||||
this.osUpdateProgress = undefined
|
||||
|
||||
@@ -63,7 +63,7 @@ export class AppListPage {
|
||||
}
|
||||
})
|
||||
|
||||
// add unknown packages to end and set order in UI DB
|
||||
// unshift unknown packages and set order in UI DB
|
||||
if (!isEmptyObject(pkgs)) {
|
||||
Object.values(pkgs).forEach(pkg => {
|
||||
this.pkgs.unshift(this.buildPkg(pkg))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 946 B |
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 305 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1016 B |
Binary file not shown.
|
Before Width: | Height: | Size: 948 B |
Reference in New Issue
Block a user