mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
delete unused
This commit is contained in:
committed by
Aiden McClelland
parent
e864d0eb64
commit
64865a2da2
@@ -53,12 +53,6 @@
|
|||||||
<!-- 3rd party components -->
|
<!-- 3rd party components -->
|
||||||
<qr-code value="hello"></qr-code>
|
<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 -->
|
<!-- Ionicons -->
|
||||||
<ion-icon name="add"></ion-icon>
|
<ion-icon name="add"></ion-icon>
|
||||||
<ion-icon name="alert-outline"></ion-icon>
|
<ion-icon name="alert-outline"></ion-icon>
|
||||||
|
|||||||
@@ -264,14 +264,7 @@ export class AppComponent {
|
|||||||
.pipe(
|
.pipe(
|
||||||
filter(progress => !!progress),
|
filter(progress => !!progress),
|
||||||
takeWhile(progress => progress.downloaded < progress.size),
|
takeWhile(progress => progress.downloaded < progress.size),
|
||||||
// @TODO will there be a maintenance page while server is updating to new version?
|
|
||||||
finalize(async () => {
|
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
|
if (this.osUpdateProgress) this.osUpdateProgress.downloaded = this.osUpdateProgress.size
|
||||||
await pauseFor(200)
|
await pauseFor(200)
|
||||||
this.osUpdateProgress = undefined
|
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)) {
|
if (!isEmptyObject(pkgs)) {
|
||||||
Object.values(pkgs).forEach(pkg => {
|
Object.values(pkgs).forEach(pkg => {
|
||||||
this.pkgs.unshift(this.buildPkg(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