mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-13 02:08:54 +00:00
network + ui: stratum settings setup and list ui, pass platform callbacks to network tabs, add horizontal line view
This commit is contained in:
+2
-2
@@ -221,13 +221,13 @@ impl Node {
|
||||
};
|
||||
|
||||
if Node::is_restarting() {
|
||||
return t!("sync_status.server_restarting")
|
||||
return t!("sync_status.node_restarting")
|
||||
}
|
||||
|
||||
let sync_status = Self::get_sync_status();
|
||||
|
||||
if sync_status.is_none() {
|
||||
return t!("sync_status.server_down")
|
||||
return t!("sync_status.node_down")
|
||||
}
|
||||
|
||||
match sync_status.unwrap() {
|
||||
|
||||
Reference in New Issue
Block a user