mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 05:39:52 +00:00
dont show site online status for local sites
This commit is contained in:
@@ -60,7 +60,7 @@ export type SiteRow = {
|
||||
type: "newt" | "wireguard" | "local";
|
||||
newtVersion?: string;
|
||||
newtUpdateAvailable?: boolean;
|
||||
online: boolean;
|
||||
online?: boolean | null;
|
||||
address?: string;
|
||||
exitNodeName?: string;
|
||||
exitNodeEndpoint?: string;
|
||||
|
||||
Reference in New Issue
Block a user