mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
Handle online / offline site
This commit is contained in:
parent
01731c224f
commit
b4b213e68f
3 changed files with 19 additions and 3 deletions
|
@ -39,6 +39,7 @@ function querySites(orgId: string, accessibleSiteIds: number[]) {
|
|||
megabytesOut: sites.megabytesOut,
|
||||
orgName: orgs.name,
|
||||
type: sites.type,
|
||||
online: sites.online,
|
||||
})
|
||||
.from(sites)
|
||||
.leftJoin(orgs, eq(sites.orgId, orgs.orgId))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue