mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
remove fields that we don't know how to populate
This commit is contained in:
committed by
Aiden McClelland
parent
c3037d6251
commit
ac9b97ee28
@@ -46,11 +46,6 @@ impl Database {
|
|||||||
selected: None,
|
selected: None,
|
||||||
},
|
},
|
||||||
unread_notification_count: 0,
|
unread_notification_count: 0,
|
||||||
specs: ServerSpecs {
|
|
||||||
cpu: "".to_owned(),
|
|
||||||
disk: "".to_owned(),
|
|
||||||
memory: "".to_owned(),
|
|
||||||
},
|
|
||||||
connection_addresses: ConnectionAddresses {
|
connection_addresses: ConnectionAddresses {
|
||||||
tor: Vec::new(),
|
tor: Vec::new(),
|
||||||
clearnet: Vec::new(),
|
clearnet: Vec::new(),
|
||||||
@@ -82,7 +77,6 @@ pub struct ServerInfo {
|
|||||||
pub package_marketplace: Option<Url>,
|
pub package_marketplace: Option<Url>,
|
||||||
pub wifi: WifiInfo,
|
pub wifi: WifiInfo,
|
||||||
pub unread_notification_count: u64,
|
pub unread_notification_count: u64,
|
||||||
pub specs: ServerSpecs,
|
|
||||||
pub connection_addresses: ConnectionAddresses,
|
pub connection_addresses: ConnectionAddresses,
|
||||||
pub share_stats: bool,
|
pub share_stats: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user