mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
remove server specs from about page and patch db model
This commit is contained in:
committed by
Aiden McClelland
parent
ffa9cac362
commit
8ccad3a437
@@ -39,15 +39,6 @@
|
|||||||
<ion-icon slot="icon-only" name="copy-outline"></ion-icon>
|
<ion-icon slot="icon-only" name="copy-outline"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<ion-item-divider>Hardware Specs</ion-item-divider>
|
|
||||||
|
|
||||||
<ion-item *ngFor="let spec of server.specs | keyvalue : asIsOrder">
|
|
||||||
<ion-label>
|
|
||||||
<h2>{{ spec.key }}</h2>
|
|
||||||
<p>{{ spec.value }}</p>
|
|
||||||
</ion-label>
|
|
||||||
</ion-item>
|
|
||||||
</ion-item-group>
|
</ion-item-group>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
@@ -25,11 +25,6 @@ export interface ServerInfo {
|
|||||||
size: number
|
size: number
|
||||||
downloaded: number
|
downloaded: number
|
||||||
}
|
}
|
||||||
specs: {
|
|
||||||
cpu: string
|
|
||||||
disk: string
|
|
||||||
memory: string
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum ServerStatus {
|
export enum ServerStatus {
|
||||||
|
|||||||
Reference in New Issue
Block a user