displaying status information on the gates dashboard now

This commit is contained in:
csawatzky 2026-01-15 14:32:39 -06:00
parent f06bcf9535
commit 65e70265fb
6 changed files with 66 additions and 15 deletions

View file

@ -138,6 +138,7 @@ export default function GateProvider(props: PropsWithChildren<Props>) {
return new Promise<AxiosResponse<pond.ListGatesResponse>>((resolve, reject) => {
get<pond.ListGatesResponse>(url).then(resp => {
resp.data = pond.ListGatesResponse.fromObject(resp.data)
console.log(resp)
return resolve(resp)
}).catch(err => {
return reject(err)