mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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-button>
|
||||
</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-content>
|
||||
@@ -25,11 +25,6 @@ export interface ServerInfo {
|
||||
size: number
|
||||
downloaded: number
|
||||
}
|
||||
specs: {
|
||||
cpu: string
|
||||
disk: string
|
||||
memory: string
|
||||
}
|
||||
}
|
||||
|
||||
export enum ServerStatus {
|
||||
|
||||
Reference in New Issue
Block a user